diff --git a/Makefile b/Makefile index 880db8d..e5d5f7e 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 = MAPLE_MINI +BOARD = SYSTEM_BOARD # source files CSRC = $(wildcard *.c)