diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-06 12:18:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-06 12:18:41 +0000 |
commit | b1d75686512a55c73b117fae766945f31f26d913 (patch) | |
tree | 3e05842f2cb6aa0c42f33cbc103733c45bb9453b /Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h | |
parent | 279e1b6ece7fbc90db6cb642f1c289b45648cf9c (diff) | |
download | lufa-b1d75686512a55c73b117fae766945f31f26d913.tar.gz lufa-b1d75686512a55c73b117fae766945f31f26d913.tar.bz2 lufa-b1d75686512a55c73b117fae766945f31f26d913.zip |
Fix incorrect #include filenames in the RNDIS demos.
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h')
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h index 668aeded1..163492c8a 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h +++ b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h @@ -54,7 +54,7 @@ #include <LUFA/Version.h> #include <LUFA/Drivers/USB/USB.h> #include <LUFA/Drivers/Board/LEDs.h> - #include <LUFA/Drivers/Peripheral/SerialStream.h> + #include <LUFA/Drivers/Peripheral/Serial.h> /* Macros: */ /** Notification value to indicate that a frame is ready to be read by the host. */ |