switch to blue pill development board

This commit is contained in:
King Kévin 2017-01-19 13:30:03 +01:00
parent 21fffe70dd
commit 20cd04f073
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 = SYSTEM_BOARD
BOARD = BLUE_PILL
# source files
CSRC = $(wildcard *.c)