fix: spellingmistake

This commit is contained in:
iceman1001 2019-04-25 21:21:53 +02:00
parent d913cacdca
commit a59f7a50ce

View file

@ -87,13 +87,13 @@ else
SRC_FPC = SRC_FPC =
endif endif
ifneq (,$(findstring WITH_HITAG,$(APP_CLAGS))) ifneq (,$(findstring WITH_HITAG,$(APP_CFLAGS)))
SRC_HITAG = hitag2_crypto.c hitag2.c hitagS.c SRC_HITAG = hitag2_crypto.c hitag2.c hitagS.c
else else
SRC_HITAG = SRC_HITAG =
endif endif
ifneq (,$(findstring WITH_LCD,$(APP_CLAGS))) ifneq (,$(findstring WITH_LCD,$(APP_CFLAGS)))
SRC_LCD = fonts.c LCD.c SRC_LCD = fonts.c LCD.c
else else
SRC_LCD = SRC_LCD =