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 7da8b9740..708e87246 100644
--- a/Demos/Device/USBtoSerial/makefile
+++ b/Demos/Device/USBtoSerial/makefile
@@ -125,7 +125,7 @@ LUFA_PATH = ../../..
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
Descriptors.c \
- RingBuff.c \
+ Lib/RingBuff.c \
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \