aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/RNDISEthernet/RNDISEthernet.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/Device/RNDISEthernet/RNDISEthernet.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/Device/RNDISEthernet/RNDISEthernet.h')
-rw-r--r--Demos/Device/RNDISEthernet/RNDISEthernet.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/Demos/Device/RNDISEthernet/RNDISEthernet.h b/Demos/Device/RNDISEthernet/RNDISEthernet.h
index 732ad5380..b3fd4dbd5 100644
--- a/Demos/Device/RNDISEthernet/RNDISEthernet.h
+++ b/Demos/Device/RNDISEthernet/RNDISEthernet.h
@@ -51,12 +51,11 @@
#include "ARP.h"
#include "Webserver.h"
- #include <LUFA/Version.h> // Library Version Information
- #include <LUFA/Drivers/USB/USB.h> // USB Functionality
- #include <LUFA/Drivers/Board/LEDs.h> // LEDs driver
- #include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
-
- #include <LUFA/Drivers/Peripheral/Serial_Stream.h>
+ #include <LUFA/Version.h> // Library Version Information
+ #include <LUFA/Drivers/USB/USB.h> // USB Functionality
+ #include <LUFA/Drivers/Board/LEDs.h> // LEDs driver
+ #include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
+ #include <LUFA/Drivers/Peripheral/SerialStream.h> // Serial stream driver
/* Macros: */
/** Notification value to indicate that a frame is ready to be read by the host. */