diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-15 02:42:54 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-15 02:42:54 +0000 |
| commit | 77dda302acb0402a27565e12f98ffc56c1a86389 (patch) | |
| tree | 8f08f2db96f1c8bb4c4a09e1731b75e886abd961 /Projects/Incomplete/Webserver/Webserver.h | |
| parent | f0d6d4ef13ddce09cfc3f684a5e5192cdd4e6a60 (diff) | |
| download | lufa-77dda302acb0402a27565e12f98ffc56c1a86389.tar.gz lufa-77dda302acb0402a27565e12f98ffc56c1a86389.tar.bz2 lufa-77dda302acb0402a27565e12f98ffc56c1a86389.zip | |
Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders
Changed incomplete Webserver project over to using the uIP timer library.
Diffstat (limited to 'Projects/Incomplete/Webserver/Webserver.h')
| -rw-r--r-- | Projects/Incomplete/Webserver/Webserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Incomplete/Webserver/Webserver.h b/Projects/Incomplete/Webserver/Webserver.h index 9da29d605..ef17d4c87 100644 --- a/Projects/Incomplete/Webserver/Webserver.h +++ b/Projects/Incomplete/Webserver/Webserver.h @@ -52,6 +52,7 @@ #include <uip.h>
#include <uip_arp.h>
+ #include <timer.h>
/* Macros: */
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
|
