aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-12 00:42:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-12 00:42:00 +0000
commit89e4d73289b6156aebf4e3e492033d6b017c7813 (patch)
tree3c4b8adc646193a55c764d57e9cc136498fcd8b1 /Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
parent5fc294a6503d48b422ce67438d703bdd647de146 (diff)
downloadlufa-89e4d73289b6156aebf4e3e492033d6b017c7813.tar.gz
lufa-89e4d73289b6156aebf4e3e492033d6b017c7813.tar.bz2
lufa-89e4d73289b6156aebf4e3e492033d6b017c7813.zip
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures.
Added caveat information to the CDC device class driver.
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 f6681f47f..3bed7f851 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
+++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
@@ -53,7 +53,7 @@
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>
- #include <LUFA/Drivers/Board/Joystick.h>
+ #include <LUFA/Drivers/Peripheral/SerialStream.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/USB/Class/RNDIS.h>