diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-03 12:12:07 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-03 12:12:07 +0000 |
commit | 0899deaae3355428a4be749bdc618799a7d6af2d (patch) | |
tree | 493c08fb26a2294eb3d540bf1b4fcd601edd6dde /Demos/Device/LowLevel/DualCDC | |
parent | 5832bab02f9dedee5fae540f0e38b7417cddfb9d (diff) | |
download | lufa-0899deaae3355428a4be749bdc618799a7d6af2d.tar.gz lufa-0899deaae3355428a4be749bdc618799a7d6af2d.tar.bz2 lufa-0899deaae3355428a4be749bdc618799a7d6af2d.zip |
Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and a HID Mouse.
Diffstat (limited to 'Demos/Device/LowLevel/DualCDC')
-rw-r--r-- | Demos/Device/LowLevel/DualCDC/DualCDC.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/DualCDC/DualCDC.txt b/Demos/Device/LowLevel/DualCDC/DualCDC.txt index ba16b7044..761769e3c 100644 --- a/Demos/Device/LowLevel/DualCDC/DualCDC.txt +++ b/Demos/Device/LowLevel/DualCDC/DualCDC.txt @@ -4,7 +4,7 @@ * documentation pages. It is not a project source file.
*/
-/** \mainpage Dual Communications Device Class Device (Dual Virtual Serial Port)
+/** \mainpage Dual Communications Device Class (Dual Virtual Serial Port) Device
*
* \section SSec_Compat Demo Compatibility:
*
|