summaryrefslogtreecommitdiffstats
path: root/Makefile.include
diff options
context:
space:
mode:
authorroot <root@e4200.stuffs>2020-06-15 16:50:51 +0100
committerroot <root@e4200.stuffs>2020-06-15 16:50:51 +0100
commite7b97eb910cbaa9d6906aedd31d1ac49e1487059 (patch)
tree6282da8cf2f4d67cbe5361137dc311129373d2c2 /Makefile.include
parent4f720ba83341b17dd6aea0e613878e6928505b00 (diff)
downloadrobs_speedo-e7b97eb910cbaa9d6906aedd31d1ac49e1487059.tar.gz
robs_speedo-e7b97eb910cbaa9d6906aedd31d1ac49e1487059.tar.bz2
robs_speedo-e7b97eb910cbaa9d6906aedd31d1ac49e1487059.zip
fish
Diffstat (limited to 'Makefile.include')
-rw-r--r--Makefile.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.include b/Makefile.include
index 4f5cbd9..e33adb3 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -29,7 +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/stm32f1x.cfg
+OOCD_BOARD = ../target/stm32f103.cfg
+#OOCD_BOARD ?= target/stm32f1x.cfg
################################################################################
# Black Magic Probe specific variables