summaryrefslogtreecommitdiff
path: root/radiohead.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-24 03:22:20 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-24 03:22:20 +0100
commit4ef807724561efbb2c7864db498a53b1dcdcf5c1 (patch)
treec2d4ab04a7549e9542c8c2c9cbad014074812906 /radiohead.mk
parentfix whitespaces (diff)
fix lora.init() and did some cleanup
Diffstat (limited to 'radiohead.mk')
-rw-r--r--radiohead.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/radiohead.mk b/radiohead.mk
index cef06b8..6352d5e 100644
--- a/radiohead.mk
+++ b/radiohead.mk
@@ -23,7 +23,7 @@
include $(SPREADAVR_PATH)/defines.mk
# TODO: add other components dependent on driver...
-RADIOHEAD_COMPONENTS := RH_$(RADIOHEAD_DRIVER) RHGenericDriver RHSPIDriver RHHardwareSPI RHGenericSPI
+RADIOHEAD_COMPONENTS := RH_$(RADIOHEAD_DRIVER) RHSPIDriver RHGenericDriver RHGenericSPI RHHardwareSPI
SRC:=$(foreach COMP,$(RADIOHEAD_COMPONENTS),$(RADIOHEAD_PATH)/$(COMP).cpp)
DEPLIBS := Arduino-SPI arduino-stub stdc++-minimal