Skip to content

Commit 321e4c7

Browse files
authored
Fix OpenOCD board name for nucleo_l552ze_q
Resolve #576
1 parent 9745718 commit 321e4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nucleo_l552ze_q.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"onboard_tools": [
2020
"stlink"
2121
],
22-
"openocd_board": "st_nucleo_l5.cfg",
22+
"openocd_board": "st_nucleo_l5",
2323
"openocd_target": "stm32l5x",
2424
"svd_path": "STM32L552.svd"
2525
},

0 commit comments

Comments
 (0)