projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix incorrect #include filenames in the RNDIS demos.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
RNDISEthernet
/
RNDISEthernet.h
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h
index
8509a8d
..
9ac71c7
100644
(file)
--- 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/S
tream
.h>
+ #include <LUFA/Drivers/Peripheral/S
erial
.h>
#include <LUFA/Drivers/USB/USB.h>
/* Macros: */