summaryrefslogtreecommitdiff
path: root/rf433send/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-16 23:39:15 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-16 23:39:15 +0000
commitfb8c319feaef6dd27d8718ed94e6032c1a59f77c (patch)
treee6d4ef263a845e86957b58bd7a08158ccdcd9a0b /rf433send/Makefile
parentusb-pwm now uses usbio as well (diff)
rf433send uses usbio now
git-svn-id: https://svn.spreadspace.org/avr/trunk@198 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'rf433send/Makefile')
-rw-r--r--rf433send/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rf433send/Makefile b/rf433send/Makefile
index 1a4d107..4327ad9 100644
--- a/rf433send/Makefile
+++ b/rf433send/Makefile
@@ -24,7 +24,7 @@
NAME := rf433send
BOARD_TYPE := teensy2
OBJ := $(NAME).o
-LIBS := util led lufa-descriptor-usbserial
+LIBS := util led lufa-descriptor-usbserial usbio
EXTERNAL_LIBS := lufa
LUFA_PATH := ../contrib/LUFA-120219