add workaround app

This commit is contained in:
aanper
2020-10-13 13:39:59 +03:00
parent 942bbfaefe
commit f696673700
3 changed files with 37 additions and 0 deletions

View File

@@ -67,6 +67,14 @@ APP_INPUT = 1
APP_DISPLAY = 1
endif
APP_CC1101 ?= 0
ifeq ($(APP_CC1101), 1)
CFLAGS += -DAPP_CC1101
C_SOURCES += $(APP_DIR)/cc1101-workaround/cc1101-workaround.c
APP_INPUT = 1
APP_DISPLAY = 1
endif
# device drivers
ifeq ($(APP_DISPLAY), 1)