diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-03 15:32:45 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-03 15:32:45 +0000 |
| commit | 477affebdeb4fdc306ecb9b4ac123732193693dc (patch) | |
| tree | 1dc0ae98a98bb0a0efa0a7d122b3e1ee63e9e7b2 /Projects/Webserver/Webserver.h | |
| parent | 698a70db449374c6057ee216b6c7c75f7f29e45c (diff) | |
Minor documentation cleanups.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1312 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/Webserver.h')
| -rw-r--r-- | Projects/Webserver/Webserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Webserver/Webserver.h b/Projects/Webserver/Webserver.h index 0643c9b5..970efa26 100644 --- a/Projects/Webserver/Webserver.h +++ b/Projects/Webserver/Webserver.h @@ -68,10 +68,10 @@ /** 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 */ + /** 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 */ + /** LED mask for the uIP stack idling with a valid IP configuration. */ #define LEDMASK_UIP_READY_CONFIG LEDS_LED4 /* Function Prototypes: */ |
