diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-17 00:20:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-17 00:20:00 +0000 |
commit | 11bb2f21720c2af4b29732ca128963869e5c512c (patch) | |
tree | dff4a7c6d99207e5d2c6999e6935bda246d54568 /LUFA/makefile | |
parent | 5712b8dff669dc1947cd7d6f34f13eb9fe6a8d0a (diff) | |
download | lufa-11bb2f21720c2af4b29732ca128963869e5c512c.tar.gz lufa-11bb2f21720c2af4b29732ca128963869e5c512c.tar.bz2 lufa-11bb2f21720c2af4b29732ca128963869e5c512c.zip |
Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile index 25f7b3787..3e1ce85b7 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -24,7 +24,7 @@ LUFA_SRC_FILES = ./Drivers/USB/LowLevel/LowLevel.c \ ./MemoryAllocator/DynAlloc.c \
./Drivers/Board/Temperature.c \
./Drivers/Peripheral/Serial.c \
- ./Drivers/Peripheral/Serial_Stream.c \
+ ./Drivers/Peripheral/SerialStream.c \
all:
|