aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/USBtoSerial/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/USBtoSerial/makefile')
-rw-r--r--Demos/Device/USBtoSerial/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/USBtoSerial/makefile b/Demos/Device/USBtoSerial/makefile
index 62939ab60..650a67704 100644
--- a/Demos/Device/USBtoSerial/makefile
+++ b/Demos/Device/USBtoSerial/makefile
@@ -127,7 +127,7 @@ SRC = $(TARGET).c \
Descriptors.c \
RingBuff.c \
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
- $(LUFA_PATH)/LUFA/Drivers/AT90USBXXX/Serial.c \
+ $(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/LowLevel.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \