stm32l552ze: use supported stlink interface

This commit is contained in:
Kenneth Bell
2021-12-28 18:59:33 +00:00
committed by Ron Evans
parent 0099d47002
commit e046b23773
+1 -1
View File
@@ -7,6 +7,6 @@
"src/device/stm32/stm32l552.s"
],
"flash-method": "openocd",
"openocd-interface": "stlink-v2-1",
"openocd-interface": "stlink",
"openocd-target": "stm32l5x"
}