From 3cb77e33c91158c686050f1e05f6c286f10c6538 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Feb 2013 23:16:26 +0000 Subject: added usbio lib git-svn-id: https://svn.spreadspace.org/avr/trunk@196 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-led/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usb-led/Makefile') 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 -- cgit v1.2.3