fix build

This commit is contained in:
Florent Daigniere
2026-03-14 18:52:17 +01:00
parent aedc00e16a
commit 8ee4dc64e1
2 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,8 @@
], ],
"debug": { "debug": {
"jlink_device": "nRF52840_xxAA", "jlink_device": "nRF52840_xxAA",
"svd_path": "nrf52840.svd" "svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino" "arduino"

View File

@@ -46,7 +46,8 @@
], ],
"debug": { "debug": {
"jlink_device": "nRF52840_xxAA", "jlink_device": "nRF52840_xxAA",
"svd_path": "nrf52840.svd" "svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino" "arduino"