projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Projects
/
Webserver
/
USBDeviceMode.h
diff --git
a/Projects/Webserver/USBDeviceMode.h
b/Projects/Webserver/USBDeviceMode.h
index
910dee0
..
02d522d
100644
(file)
--- a/
Projects/Webserver/USBDeviceMode.h
+++ b/
Projects/Webserver/USBDeviceMode.h
@@
-40,9
+40,13
@@
#include <LUFA/Drivers/USB/USB.h>
#include "Webserver.h"
#include <LUFA/Drivers/USB/USB.h>
#include "Webserver.h"
+ #include "Lib/uIPManagement.h"
#include "Descriptors.h"
#include "Lib/SCSI.h"
#include "Descriptors.h"
#include "Lib/SCSI.h"
+ /* External Variables: */
+ extern USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface_Device;
+
/* Function Prototypes: */
void USBDeviceMode_USBTask(void);
/* Function Prototypes: */
void USBDeviceMode_USBTask(void);