use system board instead of blue pill

This commit is contained in:
King Kévin 2017-01-22 16:33:15 +01:00
parent a33e3a3f9c
commit 6ca29dff8e
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 = SYSTEM_BOARD
# source files
CSRC = $(wildcard *.c)