summaryrefslogtreecommitdiff
path: root/usb-pjon/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-23 00:26:11 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-23 00:26:11 +0100
commit52ac882517b2f564e91068c8cf3fd51bd715a78d (patch)
tree233c8c8ad61a3abaf5bd3ccccbf97ceb0ea3b7a3 /usb-pjon/Makefile
parentadded makro USES_RADIOHEAD if the library is used (diff)
parentsome cleanups (diff)
Merge branch 'master' into radiohead
Diffstat (limited to 'usb-pjon/Makefile')
-rw-r--r--usb-pjon/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usb-pjon/Makefile b/usb-pjon/Makefile
index 76e4831..448c8c4 100644
--- a/usb-pjon/Makefile
+++ b/usb-pjon/Makefile
@@ -24,7 +24,6 @@ NAME := usb-pjon
BOARD_TYPE := teensy2
CXX_OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial usbio
-CXX_LIBS := arduino-stub
EXTERNAL_LIBS := lufa pjon
SPREADAVR_PATH := ..