rp2040: fix for nano-rp2040 board

This commit is contained in:
Yurii Soldak
2021-06-23 15:29:15 +02:00
committed by Ron Evans
parent bfe3f68647
commit e02f308d43
+1 -1
View File
@@ -5,6 +5,6 @@
"build-tags": ["nano_rp2040"],
"linkerscript": "targets/pico.ld",
"extra-files": [
"targets/pico_boot_stage2.S"
"targets/pico-boot-stage2.S"
]
}