diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-16 23:59:14 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-16 23:59:14 +0000 |
commit | 1c16ae399a9f924c15d9dec54cacb1320ff0a92f (patch) | |
tree | 026174d2f65b998d9cb6b24156393fae40a0d60e /Demos/Device/RNDISEthernet/ProtocolDecoders.h | |
parent | 8f6b4ddf764c3a54e42d00a7502c82c5c3e71b1c (diff) | |
download | lufa-1c16ae399a9f924c15d9dec54cacb1320ff0a92f.tar.gz lufa-1c16ae399a9f924c15d9dec54cacb1320ff0a92f.tar.bz2 lufa-1c16ae399a9f924c15d9dec54cacb1320ff0a92f.zip |
Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
Diffstat (limited to 'Demos/Device/RNDISEthernet/ProtocolDecoders.h')
-rw-r--r-- | Demos/Device/RNDISEthernet/ProtocolDecoders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/RNDISEthernet/ProtocolDecoders.h b/Demos/Device/RNDISEthernet/ProtocolDecoders.h index 06e4c0ad4..c8101162d 100644 --- a/Demos/Device/RNDISEthernet/ProtocolDecoders.h +++ b/Demos/Device/RNDISEthernet/ProtocolDecoders.h @@ -39,7 +39,7 @@ /* Includes: */
#include <avr/io.h>
- #include <LUFA/Drivers/AT90USBXXX/Serial_Stream.h>
+ #include <LUFA/Drivers/Peripheral/Serial_Stream.h>
#include "EthernetProtocols.h"
#include "Ethernet.h"
|