From 11bb2f21720c2af4b29732ca128963869e5c512c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 17 Apr 2009 00:20:00 +0000 Subject: Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files. --- Demos/Device/RNDISEthernet/RNDISEthernet.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Demos/Device/RNDISEthernet/RNDISEthernet.h') 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 // Library Version Information - #include // USB Functionality - #include // LEDs driver - #include // Simple scheduler for task management - - #include + #include // Library Version Information + #include // USB Functionality + #include // LEDs driver + #include // Simple scheduler for task management + #include // Serial stream driver /* Macros: */ /** Notification value to indicate that a frame is ready to be read by the host. */ -- cgit v1.2.3