From 4844936fde9fc060cd41e15bb354db7a160b4eb4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 1 Mar 2011 19:31:11 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2786 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/dox/usb.dox | 1 - 1 file changed, 1 deletion(-) 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 @@ * - Transaction Mode. 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.