build ok, issue with display

This commit is contained in:
aanper
2020-10-18 05:52:11 +03:00
parent 7c03ce179c
commit 568143537d
4 changed files with 567 additions and 5 deletions

View File

@@ -87,8 +87,8 @@ endif
APP_CC1101 ?= 0
ifeq ($(APP_CC1101), 1)
CFLAGS += -DAPP_CC1101
CPP_SOURCES += $(APP_DIR)/cc1101-workaround/cc1101-workaround.cpp
CPP_SOURCES += $(APP_DIR)/cc1101-workaround/cc1101.cpp
C_SOURCES += $(wildcard $(APP_DIR)/cc1101-workaround/*.c)
CPP_SOURCES += $(wildcard $(APP_DIR)/cc1101-workaround/*.cpp)
APP_INPUT = 1
APP_DISPLAY = 1
endif