Application documentation/comment cleanup.
[pub/lufa.git] / Demos / Device / LowLevel / Keyboard / Keyboard.c
index 02f61a5..32765af 100644 (file)
@@ -37,7 +37,6 @@
  \r
 #include "Keyboard.h"\r
 \r
-/* Global Variables */\r
 /** Indicates what report mode the host has requested, true for normal HID reporting mode, false for special boot\r
  *  protocol reporting mode.\r
  */\r
@@ -56,7 +55,7 @@ uint16_t IdleMSRemaining = 0;
 \r
 \r
 /** Main program entry point. This routine configures the hardware required by the application, then\r
- *  starts the scheduler to run the USB management task.\r
+ *  enters a loop to run the application tasks in sequence.\r
  */\r
 int main(void)\r
 {\r