projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functi...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Webserver.h
diff --git
a/Projects/Webserver/Webserver.h
b/Projects/Webserver/Webserver.h
index
199bc8e
..
8c47711
100644
(file)
--- a/
Projects/Webserver/Webserver.h
+++ b/
Projects/Webserver/Webserver.h
@@
-43,7
+43,6
@@
#include <avr/power.h>
#include <avr/interrupt.h>
#include <avr/power.h>
#include <avr/interrupt.h>
- #include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/Board/Dataflash.h>
#include <LUFA/Drivers/Peripheral/SPI.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/Board/Dataflash.h>
#include <LUFA/Drivers/Peripheral/SPI.h>
@@
-51,6
+50,7
@@
#include "USBDeviceMode.h"
#include "USBHostMode.h"
#include "USBDeviceMode.h"
#include "USBHostMode.h"
+ #include "Config/AppConfig.h"
/* Macros: */
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
/* Macros: */
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */