aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/MouseHost/MouseHost.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/MouseHost/MouseHost.txt')
-rw-r--r--Demos/MouseHost/MouseHost.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/Demos/MouseHost/MouseHost.txt b/Demos/MouseHost/MouseHost.txt
index a6d1ba828..d36c7313e 100644
--- a/Demos/MouseHost/MouseHost.txt
+++ b/Demos/MouseHost/MouseHost.txt
@@ -57,9 +57,16 @@
*
* <table>
* <tr>
- * <td>
- * None
- * </td>
+ * <td><b>Define Name:</b></td>
+ * <td><b>Location:</b></td>
+ * <td><b>Description:</b></td>
+ * </tr>
+ * <tr>
+ * <td>INTERRUPT_DATA_ENDPOINT</td>
+ * <td>Makefile CDEFS</td>
+ * <td>When defined, this causes the demo to enable interrupts for the data pipe,
+ * which services reports from the device. If not defined, the data pipe is
+ * serviced via polling using the task scheduler.</td>
* </tr>
* </table>
*/ \ No newline at end of file