summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-22 23:35:34 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-22 23:35:34 +0100
commit3bbc176867450337bccd019c2725ed83efeb5916 (patch)
treef1257064d6ce03b43f25d7e8ce8d79e977970a2b
parentsome more tests - still does not compile (diff)
added makro USES_RADIOHEAD if the library is used
-rw-r--r--include.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include.mk b/include.mk
index ffdab72..cff83b7 100644
--- a/include.mk
+++ b/include.mk
@@ -81,6 +81,7 @@ endif
ifdef RADIOHEAD_PATH
CXXFLAGS += -I$(RADIOHEAD_PATH)
+CXXFLAGS += -DUSES_RADIOHEAD
CXXFLAGS += -DRH_PLATFORM=RH_PLATFORM_GENERIC_AVR8
CXXFLAGS += $(RADIOHEAD_OPTS)
endif