projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed SerialStream module, rolled functionality into the base USART Serial peripher...
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
KeyboardHost
/
makefile
diff --git
a/Demos/Host/ClassDriver/KeyboardHost/makefile
b/Demos/Host/ClassDriver/KeyboardHost/makefile
index
8dc1791
..
30946c5
100644
(file)
--- a/
Demos/Host/ClassDriver/KeyboardHost/makefile
+++ b/
Demos/Host/ClassDriver/KeyboardHost/makefile
@@
-128,8
+128,7
@@
include $(LUFA_PATH)/LUFA/makefile
SRC = $(TARGET).c \
$(LUFA_SRC_USB) \
$(LUFA_SRC_USBCLASS) \
- $(LUFA_SRC_SERIAL) \
- $(LUFA_SRC_SERIALSTREAM)
+ $(LUFA_SRC_SERIAL)
# List C++ source files here. (C dependencies are automatically generated.)