aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/OTG/TestApp/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-04 06:26:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-04 06:26:35 +0000
commit7665bf323e76ed1ebcfd137e2ab0bd356b43a5e8 (patch)
tree2c188510edd76b4ef83f64639810f6dfbdd86b6b /Demos/OTG/TestApp/makefile
parentdc42c5eb6b663b0b117b5660ba5818186744efd5 (diff)
downloadlufa-7665bf323e76ed1ebcfd137e2ab0bd356b43a5e8.tar.gz
lufa-7665bf323e76ed1ebcfd137e2ab0bd356b43a5e8.tar.bz2
lufa-7665bf323e76ed1ebcfd137e2ab0bd356b43a5e8.zip
Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interface structure as a parameter.
Converted TestApp demo over to the new demo structure. More class driver documentation improvements.
Diffstat (limited to 'Demos/OTG/TestApp/makefile')
-rw-r--r--Demos/OTG/TestApp/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/OTG/TestApp/makefile b/Demos/OTG/TestApp/makefile
index a8bf4ac42..55b98815a 100644
--- a/Demos/OTG/TestApp/makefile
+++ b/Demos/OTG/TestApp/makefile
@@ -126,7 +126,6 @@ LUFA_PATH = ../../..
SRC = $(TARGET).c \
TestEvents.c \
Descriptors.c \
- $(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
$(LUFA_PATH)/LUFA/Drivers/Board/Temperature.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \