allow to set BOARD when calling make

This commit is contained in:
King Kévin 2016-08-18 12:04:10 +02:00
parent 739dc01db4
commit af3da18de7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ BINARY = firmware
# which development board is used
# supported are: SYSTEM_BOARD, MAPLE_MINI, BLUE_PILL
BOARD = BLUE_PILL
BOARD ?= BLUE_PILL
# source files
CSRC = $(wildcard *.c)