summaryrefslogtreecommitdiff
path: root/usb-pwm/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-16 23:31:17 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-16 23:31:17 +0000
commiteeddf217d0d7bf92cddccb0362c57e71c3a7ce8f (patch)
tree2ee7bdcea73fbfa6b2dca4f9e499e1d06313a237 /usb-pwm/Makefile
parentadded usbio lib (diff)
usb-pwm now uses usbio as well
git-svn-id: https://svn.spreadspace.org/avr/trunk@197 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-pwm/Makefile')
-rw-r--r--usb-pwm/Makefile2
1 files changed, 1 insertions, 1 deletions
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