diff --git a/misc/install/openocd/stm32f103c8_blue_pill.cfg b/misc/install/openocd/stm32f103c8_blue_pill.cfg index f4a5c9373d..048d207f29 100644 --- a/misc/install/openocd/stm32f103c8_blue_pill.cfg +++ b/misc/install/openocd/stm32f103c8_blue_pill.cfg @@ -11,4 +11,5 @@ # board outside of its specification. If in doubt, comment the following line. set FLASH_SIZE 0x20000 +source [find openocd/stlink.cfg] source [find openocd/stm32f1x.cfg]