Skip to content

Commit 11d686f

Browse files
committed
Add OOCD_FILE
1 parent e211b8a commit 11d686f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ PROJECT = stm32f1-blink
22
BUILD_DIR = bin
33

44
SHARED_DIR = ../lib
5-
CFILES = ./main.c
6-
7-
# LDSCRIPT = ./stm32f1.ld
5+
CFILES = main.c
86

97
# TODO - you will need to edit these two lines!
108
DEVICE=stm32f103rbt6
9+
OOCD_FILE = board/stm32f1discovery.cfg
1110

1211
# You shouldn't have to edit anything below here.
1312
VPATH += $(SHARED_DIR)

0 commit comments

Comments
 (0)