wip cc1101 work

This commit is contained in:
aanper
2020-10-14 10:26:23 +03:00
parent b007b9cb60
commit 3020a2a6b9
4 changed files with 115 additions and 103 deletions

View File

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