diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-11 14:45:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-11 14:45:16 +0000 |
commit | 509af41c04084bb0ed467d137efb4aeb68d25a05 (patch) | |
tree | e6267fd458b6c80ca3455d8ce89bac4148699ff3 /os/hal/include/usb.h | |
parent | 0d094bec0505fdf1d203c3207a35271ceeda2f8b (diff) | |
download | ChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.tar.gz ChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.tar.bz2 ChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7570 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 0688094e0..860dfd83e 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -469,7 +469,7 @@ typedef const USBDescriptor * (*usbgetdescriptor_t)(USBDriver *usbp, /** @} */
/**
- * @name Low Level driver helper macros
+ * @name Low level driver helper macros
* @{
*/
/**
|