mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
Uncomment lcd option (still) not enabled by default
use Makefile_Enabled_Options.common to enable lcd if desired.
This commit is contained in:
parent
d1fc7dc510
commit
de55b12f04
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ APP_CFLAGS = -DON_DEVICE \
|
||||||
include ../common/Makefile_Enabled_Options.common
|
include ../common/Makefile_Enabled_Options.common
|
||||||
|
|
||||||
ifneq (,$(findstring LCD,$(APP_CFLAGS)))
|
ifneq (,$(findstring LCD,$(APP_CFLAGS)))
|
||||||
SRC_LCD = #fonts.c LCD.c
|
SRC_LCD = fonts.c LCD.c
|
||||||
else
|
else
|
||||||
SRC_LCD =
|
SRC_LCD =
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue