From fb8c319feaef6dd27d8718ed94e6032c1a59f77c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Feb 2013 23:39:15 +0000 Subject: rf433send uses usbio now git-svn-id: https://svn.spreadspace.org/avr/trunk@198 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- rf433send/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rf433send/Makefile') 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 -- cgit v1.2.3