diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-14 16:45:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-14 16:45:57 +0000 |
commit | 2b1173e29246cbc82f45490d0b1b1443d7bf897a (patch) | |
tree | 43a43b5de70a4463ae050560f6ebde75f502b0b7 /os/hal/include/usb.h | |
parent | 18cab5548c02bd6c52af77be2a737a8a8fd47070 (diff) | |
download | ChibiOS-2b1173e29246cbc82f45490d0b1b1443d7bf897a.tar.gz ChibiOS-2b1173e29246cbc82f45490d0b1b1443d7bf897a.tar.bz2 ChibiOS-2b1173e29246cbc82f45490d0b1b1443d7bf897a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4276 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/usb.h')
-rw-r--r-- | os/hal/include/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index 751128c7c..ddf8cb321 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -423,7 +423,7 @@ typedef const USBDescriptor * (*usbgetdescriptor_t)(USBDriver *usbp, * initialized in transaction mode.
* @post The endpoint is ready for @p usbStartReceiveI().
* @note The receive transaction size is equal to the space in the queue
- * rounded to the lower multiple of a packet size. So make sure there
+ * rounded to the lower multiple of a packet size. Make sure there
* is room for at least one packet in the queue before starting
* the receive operation.
*
|