board is now indicated when compiling

This commit is contained in:
King Kévin 2016-01-29 00:23:48 +01:00
parent 845067f513
commit 94e27a295b
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ $(info run "git submodule init" and "git submodule update" before runnig make)
$(error libopencm3 repository is not initialized)
endif
# device flag
DEFS += -DSTM32F1
# device flags
DEFS += -DSTM32F1 -D$(BOARD)
# C flags
CFLAGS += -Os -g