From eeddf217d0d7bf92cddccb0362c57e71c3a7ce8f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Feb 2013 23:31:17 +0000 Subject: usb-pwm now uses usbio as well git-svn-id: https://svn.spreadspace.org/avr/trunk@197 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-pwm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-pwm/Makefile') diff --git a/usb-pwm/Makefile b/usb-pwm/Makefile index 9cabb93..047d130 100644 --- a/usb-pwm/Makefile +++ b/usb-pwm/Makefile @@ -23,7 +23,7 @@ NAME := usb-pwm 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