use system board

This commit is contained in:
King Kévin 2016-02-23 20:27:48 +01:00
parent c40e097015
commit 955afd024d
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 = MAPLE_MINI
BOARD = SYSTEM_BOARD
# source files
CSRC = $(wildcard *.c)