From de55b12f0484ab6a9c21091d2deac520de4c985b Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Fri, 3 Aug 2018 16:57:33 -0400 Subject: [PATCH] Uncomment lcd option (still) not enabled by default use Makefile_Enabled_Options.common to enable lcd if desired. --- armsrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/Makefile b/armsrc/Makefile index e23b926a..f0a0c0ff 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -16,7 +16,7 @@ APP_CFLAGS = -DON_DEVICE \ include ../common/Makefile_Enabled_Options.common ifneq (,$(findstring LCD,$(APP_CFLAGS))) - SRC_LCD = #fonts.c LCD.c + SRC_LCD = fonts.c LCD.c else SRC_LCD = endif