aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-06 12:18:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-06 12:18:41 +0000
commitb1d75686512a55c73b117fae766945f31f26d913 (patch)
tree3e05842f2cb6aa0c42f33cbc103733c45bb9453b /Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
parent279e1b6ece7fbc90db6cb642f1c289b45648cf9c (diff)
downloadlufa-b1d75686512a55c73b117fae766945f31f26d913.tar.gz
lufa-b1d75686512a55c73b117fae766945f31f26d913.tar.bz2
lufa-b1d75686512a55c73b117fae766945f31f26d913.zip
Fix incorrect #include filenames in the RNDIS demos.
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h2
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: */