From 6ca29dff8ecab65f960dc67df4b4f001df008aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sun, 22 Jan 2017 16:33:15 +0100 Subject: [PATCH] use system board instead of blue pill --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23d222e..ea88021 100644 --- a/Makefile +++ b/Makefile @@ -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)