aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Benito.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-31 04:23:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-31 04:23:55 +0000
commit97f7cd947be1469c223d09b2e6573051f6629cee (patch)
tree9afd9e15a799d6dc5a31dcc1e1e4bfa769f74607 /Projects/Benito/Benito.h
parente8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2 (diff)
downloadlufa-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/Benito.h')
-rw-r--r--Projects/Benito/Benito.h1
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"