diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-05-26 10:50:22 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-05-26 10:50:22 +0000 |
| commit | 31265c5774663d8870ad8020ba8c357ae48022cf (patch) | |
| tree | 8c0ba2b40572eca4b206533651a36f6df529aec6 /Projects/Webserver/Webserver.h | |
| parent | 63b4872f3fb56e2103f4425a750e96bbd7f47ae1 (diff) | |
Update Webserver project to remove DHCP IP configuration status notification.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1764 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Webserver.h')
| -rw-r--r-- | Projects/Webserver/Webserver.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Projects/Webserver/Webserver.h b/Projects/Webserver/Webserver.h index 8bd2c7a9..79c55a50 100644 --- a/Projects/Webserver/Webserver.h +++ b/Projects/Webserver/Webserver.h @@ -68,12 +68,6 @@ /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ #define LEDMASK_USB_BUSY (LEDS_LED1 | LEDS_LED3 | LEDS_LED4) - /** LED mask for the uIP stack idling with no IP configuration. */ - #define LEDMASK_UIP_READY_NOCONFIG LEDS_LED3 - - /** LED mask for the uIP stack idling with a valid IP configuration. */ - #define LEDMASK_UIP_READY_CONFIG LEDS_LED4 - /* Function Prototypes: */ void SetupHardware(void); |
