Makefile: use core board as default

This commit is contained in:
King Kévin 2017-08-01 11:49:06 +02:00
parent c3b35be66c
commit 6e71958c03
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ FIRMWARE = $(APPLICATION) $(BOOTLOADER)
# which development board is used # which development board is used
# supported are: SYSTEM_BOARD, MAPLE_MINI, BLUE_PILL, CORE_BOARD # supported are: SYSTEM_BOARD, MAPLE_MINI, BLUE_PILL, CORE_BOARD
BOARD = SYSTEM_BOARD BOARD = CORE_BOARD
# opencm3 libraries # opencm3 libraries
OPENCM3_DIR := libopencm3 OPENCM3_DIR := libopencm3