diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-01 19:31:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-01 19:31:11 +0000 |
commit | 4844936fde9fc060cd41e15bb354db7a160b4eb4 (patch) | |
tree | 349e5d61e12098cfb1a215b359eca5a3d14ef813 | |
parent | 3c9d9c9bb57b8bc370bd1d6851b2b9c03fed8b52 (diff) | |
download | ChibiOS-4844936fde9fc060cd41e15bb354db7a160b4eb4.tar.gz ChibiOS-4844936fde9fc060cd41e15bb354db7a160b4eb4.tar.bz2 ChibiOS-4844936fde9fc060cd41e15bb354db7a160b4eb4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2786 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/dox/usb.dox | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/dox/usb.dox b/os/hal/dox/usb.dox index e0916f26a..119a436eb 100644 --- a/os/hal/dox/usb.dox +++ b/os/hal/dox/usb.dox @@ -121,7 +121,6 @@ * - <b>Transaction Mode</b>. In this mode the driver invokes a callback
* only after a large, potentially multi-packet, transfer has been
* completed, a callback is invoked only at the end of the transfer.
- * .
* .
* @subsection usb_2_3 USB Callbacks
* The USB driver uses callbacks in order to interact with the application.
|