From 6e71958c0376b8768c3cc81308757f610acb9776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 1 Aug 2017 11:49:06 +0200 Subject: [PATCH] Makefile: use core board as default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e9a03d..69a4a36 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ FIRMWARE = $(APPLICATION) $(BOOTLOADER) # which development board is used # supported are: SYSTEM_BOARD, MAPLE_MINI, BLUE_PILL, CORE_BOARD -BOARD = SYSTEM_BOARD +BOARD = CORE_BOARD # opencm3 libraries OPENCM3_DIR := libopencm3