Fixed "debug" make target

This commit is contained in:
Thomas Kolb 2021-06-06 12:20:58 +02:00
parent 46d3e16104
commit 3e8ebbe201
1 changed files with 1 additions and 1 deletions

View File

@ -178,4 +178,4 @@ program_debug: $(TARGET_BASE).hex
-c "shutdown"
debug: $(TARGET_BASE).hex
$(JLINK_GDBSERVER) -device STM32F030C8 -if SWD
JLinkGDBServerCLExe -device STM32F030K6 -if SWD