summaryrefslogtreecommitdiffstats
path: root/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.include')
-rw-r--r--Makefile.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.include b/Makefile.include
index e33adb3..636c314 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -29,8 +29,8 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 $(FP_FLAGS) -mfix-cortex-m3-ldrd
OOCD ?= openocd
OOCD_INTERFACE ?= interface/stlink-v2.cfg
-OOCD_BOARD = ../target/stm32f103.cfg
-#OOCD_BOARD ?= target/stm32f1x.cfg
+#OOCD_BOARD = ../target/stm32f103.cfg
+OOCD_BOARD ?= target/stm32f1x.cfg
################################################################################
# Black Magic Probe specific variables