projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
All USB class drivers are now automatically included when LUFA/Drivers/USB.h is inclu...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
RNDISEthernet
/
Lib
/
ARP.h
diff --git
a/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
b/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
index
d977615
..
b8e312c
100644
(file)
--- a/
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
+++ b/
Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h
@@
-40,6
+40,8
@@
#include <avr/io.h>
#include <string.h>
+ #include <LUFA/Drivers/USB/USB.h>
+
#include "EthernetProtocols.h"
#include "Ethernet.h"
#include "ProtocolDecoders.h"