projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of...
[pub/USBasp.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
25f7b37
..
3e1ce85
100644
(file)
--- a/
LUFA/makefile
+++ b/
LUFA/makefile
@@
-24,7
+24,7
@@
LUFA_SRC_FILES = ./Drivers/USB/LowLevel/LowLevel.c \
./MemoryAllocator/DynAlloc.c \
\r
./Drivers/Board/Temperature.c \
\r
./Drivers/Peripheral/Serial.c \
\r
- ./Drivers/Peripheral/Serial
_Stream.c
\
\r
+ ./Drivers/Peripheral/Serial
Stream.c
\
\r
\r
all:
\r
\r