diff options
Diffstat (limited to 'Demos/Host/LowLevel/KeyboardHostWithParser/makefile')
-rw-r--r-- | Demos/Host/LowLevel/KeyboardHostWithParser/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile index 7e0ad9f56..a0ff248ff 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/makefile +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/makefile @@ -129,8 +129,7 @@ SRC = $(TARGET).c \ ConfigDescriptor.c \ HIDReport.c \ $(LUFA_SRC_USB) \ - $(LUFA_SRC_SERIAL) \ - $(LUFA_SRC_SERIALSTREAM) + $(LUFA_SRC_SERIAL) # List C++ source files here. (C dependencies are automatically generated.) |