board is now indicated when compiling

forumslader-logger
King Kévin 7 years ago
parent 845067f513
commit 94e27a295b
  1. 4
      Makefile

@ -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

Loading…
Cancel
Save