* boot protocol compatible, and thus works under compatible BIOS as if\r
* it was a native mouse (e.g. PS/2).\r
* \r
- * On startup the system will automatically enumerate and function\r
+ * On start-up the system will automatically enumerate and function\r
* as a mouse when the USB connection to a host is present. To use\r
* the mouse, move the joystick to move the pointer, and push the\r
* joystick inwards to simulate a left-button click. The HWB serves as\r
*\r
* <table>\r
* <tr>\r
- * <td><b>Define Name:</b></td>\r
- * <td><b>Location:</b></td>\r
- * <td><b>Description:</b></td>\r
- * </tr>\r
- * <tr>\r
- * <td>INTERRUPT_CONTROL_ENDPOINT</td>\r
- * <td>Makefile CDEFS</td>\r
- * <td>When defined, this causes the demo to enable interrupts for the control endpoint,\r
- * which services control requests from the host. If not defined, the control endpoint\r
- * is serviced via polling using the task scheduler.</td>\r
- * </tr>\r
- * <tr>\r
- * <td>INTERRUPT_DATA_ENDPOINT</td>\r
- * <td>Makefile CDEFS</td>\r
- * <td>When defined, this causes the demo to enable interrupts for the data endpoint,\r
- * which services outgoing mouse button and movement reports to the host. If not defined,\r
- * the data endpoint is serviced via polling using the task scheduler.</td>\r
+ * <td>\r
+ * None\r
+ * </td>\r
* </tr>\r
* </table>\r
- */
\ No newline at end of file
+ */\r