projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git]
/
Projects
/
Webserver
/
USBDeviceMode.h
diff --git
a/Projects/Webserver/USBDeviceMode.h
b/Projects/Webserver/USBDeviceMode.h
index
68f3ef4
..
86b3e91
100644
(file)
--- a/
Projects/Webserver/USBDeviceMode.h
+++ b/
Projects/Webserver/USBDeviceMode.h
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
0
.
+ Copyright (C) Dean Camera, 201
2
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
0
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
2
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
@@
-41,7
+41,12
@@
#include "Webserver.h"
#include "Descriptors.h"
#include "Webserver.h"
#include "Descriptors.h"
+ #include "Lib/uIPManagement.h"
#include "Lib/SCSI.h"
#include "Lib/SCSI.h"
+ #include "Config/AppConfig.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);