projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved out each demos' functionality library files (e.g. Ring Buffer library) to ...
[pub/USBasp.git]
/
Demos
/
Device
/
RNDISEthernet
/
RNDISEthernet.h
diff --git
a/Demos/Device/RNDISEthernet/RNDISEthernet.h
b/Demos/Device/RNDISEthernet/RNDISEthernet.h
index
7c3c8da
..
703af40
100644
(file)
--- a/
Demos/Device/RNDISEthernet/RNDISEthernet.h
+++ b/
Demos/Device/RNDISEthernet/RNDISEthernet.h
@@
-45,11
+45,12
@@
#include <stdio.h>
\r
\r
#include "Descriptors.h"
\r
#include <stdio.h>
\r
\r
#include "Descriptors.h"
\r
- #include "RNDIS.h"
\r
- #include "Ethernet.h"
\r
- #include "TCP.h"
\r
- #include "ARP.h"
\r
- #include "Webserver.h"
\r
+
\r
+ #include "Lib/RNDIS.h"
\r
+ #include "Lib/Ethernet.h"
\r
+ #include "Lib/TCP.h"
\r
+ #include "Lib/ARP.h"
\r
+ #include "Lib/Webserver.h"
\r
\r
#include <LUFA/Version.h> // Library Version Information
\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r
\r
#include <LUFA/Version.h> // Library Version Information
\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r