diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-04 03:12:07 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-04 03:12:07 +0000 |
commit | d37d419ffa419911d0488f50f65a77b1f8ecacce (patch) | |
tree | e70e3c722718650ae414bb2acd8bf688ace7a4c5 /Demos/OTG/TestApp | |
parent | 4897ef8972d1cff73d39abf282e85d253dd119f2 (diff) | |
download | lufa-d37d419ffa419911d0488f50f65a77b1f8ecacce.tar.gz lufa-d37d419ffa419911d0488f50f65a77b1f8ecacce.tar.bz2 lufa-d37d419ffa419911d0488f50f65a77b1f8ecacce.zip |
Fix Doxygen errors in demos.
Diffstat (limited to 'Demos/OTG/TestApp')
-rw-r--r-- | Demos/OTG/TestApp/TestEvents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/OTG/TestApp/TestEvents.c b/Demos/OTG/TestApp/TestEvents.c index b2f174015..ea7fa4b55 100644 --- a/Demos/OTG/TestApp/TestEvents.c +++ b/Demos/OTG/TestApp/TestEvents.c @@ -31,7 +31,7 @@ /** \file
*
* This file contains dummy handlers for all the possible USB events passed to the
- * application by the library (see \ref Group_Events documentation for more details on USB events).
+ * application by the library (see library documentation for more details on USB events).
*
* Each event is caught and printed to the USART so that they may be monitored.
*/
|