summaryrefslogtreecommitdiff
path: root/usb-led/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-16 23:16:26 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-16 23:16:26 +0000
commit3cb77e33c91158c686050f1e05f6c286f10c6538 (patch)
tree4eca5e45de01922e4567200676a160280fc3769e /usb-led/Makefile
parentadded keyboard mouse example (diff)
added usbio lib
git-svn-id: https://svn.spreadspace.org/avr/trunk@196 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-led/Makefile')
-rw-r--r--usb-led/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile
index 945ef4d..a353ba7 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -21,9 +21,9 @@
##
NAME := usb-led
-BOARD_TYPE := culV3
+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