diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-31 04:23:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-31 04:23:55 +0000 |
commit | 97f7cd947be1469c223d09b2e6573051f6629cee (patch) | |
tree | 9afd9e15a799d6dc5a31dcc1e1e4bfa769f74607 /Projects/Benito | |
parent | e8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2 (diff) | |
download | lufa-97f7cd947be1469c223d09b2e6573051f6629cee.tar.gz lufa-97f7cd947be1469c223d09b2e6573051f6629cee.tar.bz2 lufa-97f7cd947be1469c223d09b2e6573051f6629cee.zip |
Better HTTP GET parsing in the Webserver demo, add application polling.
Diffstat (limited to 'Projects/Benito')
-rw-r--r-- | Projects/Benito/Benito.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/Benito/Benito.h b/Projects/Benito/Benito.h index 835079a3a..c6b534e42 100644 --- a/Projects/Benito/Benito.h +++ b/Projects/Benito/Benito.h @@ -40,7 +40,6 @@ #include <avr/io.h>
#include <avr/wdt.h>
#include <avr/interrupt.h>
- #include <avr/power.h>
#include "Descriptors.h"
#include "Lib/RingBuff.h"
|