aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/CDCHost/CDCHost.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-17 00:20:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-17 00:20:00 +0000
commit11bb2f21720c2af4b29732ca128963869e5c512c (patch)
treedff4a7c6d99207e5d2c6999e6935bda246d54568 /Demos/Host/CDCHost/CDCHost.h
parent5712b8dff669dc1947cd7d6f34f13eb9fe6a8d0a (diff)
downloadlufa-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/CDCHost/CDCHost.h')
-rw-r--r--Demos/Host/CDCHost/CDCHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/CDCHost/CDCHost.h b/Demos/Host/CDCHost/CDCHost.h
index 48f480791..3819540d6 100644
--- a/Demos/Host/CDCHost/CDCHost.h
+++ b/Demos/Host/CDCHost/CDCHost.h
@@ -46,7 +46,7 @@
#include <LUFA/Version.h> // Library Version Information
#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> // LEDs driver
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management