feather-rp2040,macropad-rp2040: fix qspi-flash settings

This commit is contained in:
sago35
2022-07-05 20:03:51 +09:00
committed by Ron Evans
parent 401bd89664
commit 7eaad62568
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
"serial-port": ["acm:239a:8107"],
"linkerscript": "targets/pico.ld",
"extra-files": [
"targets/pico-boot-stage2.S"
"targets/macropad-rp2040-boot-stage2.S"
]
}