diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-12 00:42:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-12 00:42:00 +0000 |
commit | 89e4d73289b6156aebf4e3e492033d6b017c7813 (patch) | |
tree | 3c4b8adc646193a55c764d57e9cc136498fcd8b1 /Demos/Device/ClassDriver/RNDISEthernet | |
parent | 5fc294a6503d48b422ce67438d703bdd647de146 (diff) | |
download | lufa-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')
-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 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>
|