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 /Demos/Host/StillImageHost/StillImageHost.h | |
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 'Demos/Host/StillImageHost/StillImageHost.h')
-rw-r--r-- | Demos/Host/StillImageHost/StillImageHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/StillImageHost/StillImageHost.h b/Demos/Host/StillImageHost/StillImageHost.h index a1ea47f62..4c9091cfe 100644 --- a/Demos/Host/StillImageHost/StillImageHost.h +++ b/Demos/Host/StillImageHost/StillImageHost.h @@ -48,7 +48,7 @@ #include <LUFA/Drivers/Misc/TerminalCodes.h> // ANSI Terminal Escape Codes
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
- #include <LUFA/Drivers/Peripheral/Serial_Stream.h> // Serial stream driver
+ #include <LUFA/Drivers/Peripheral/SerialStream.h> // Serial stream driver
#include <LUFA/Drivers/Board/LEDs.h> // LED driver
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
|