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/ClassDriver | |
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/ClassDriver')
-rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h index 8509a8d28..9ac71c7f6 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h @@ -52,7 +52,7 @@ #include <LUFA/Version.h> #include <LUFA/Drivers/Board/LEDs.h> - #include <LUFA/Drivers/Peripheral/Stream.h> + #include <LUFA/Drivers/Peripheral/Serial.h> #include <LUFA/Drivers/USB/USB.h> /* Macros: */ |