aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-08-24 11:47:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-08-24 11:47:53 +0000
commited8ad18f26ef36a7c0cafd3aac1f672a06d14f76 (patch)
tree285910bba4900c38686a2147f6972c9644109d1f /LUFA/Drivers/USB/LowLevel
parentf6e1eaba7548bce84ae25718d7c37479c4bb0065 (diff)
downloadlufa-ed8ad18f26ef36a7c0cafd3aac1f672a06d14f76.tar.gz
lufa-ed8ad18f26ef36a7c0cafd3aac1f672a06d14f76.tar.bz2
lufa-ed8ad18f26ef36a7c0cafd3aac1f672a06d14f76.zip
Fix Doxygen typos in Device.h.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Device.h b/LUFA/Drivers/USB/LowLevel/Device.h
index ef093d64d..c30da9c70 100644
--- a/LUFA/Drivers/USB/LowLevel/Device.h
+++ b/LUFA/Drivers/USB/LowLevel/Device.h
@@ -75,10 +75,10 @@
* USB interface should be initialized in low speed (1.5Mb/s) mode.
*
* \note Low Speed mode is not available on all USB AVR models.
- * \n\n
+ * \n
*
* \note Restrictions apply on the number, size and type of endpoints which can be used
- * when running in low speed mode -- refer to the USB 2.0 standard.
+ * when running in low speed mode - refer to the USB 2.0 specification.
*/
#define USB_DEVICE_OPT_LOWSPEED (1 << 0)
#endif
@@ -150,7 +150,7 @@
USB_INT_Enable(USB_INT_SOFI);
}
- /** Disables the device mode Start Of Frame events. When disabled, this stop the firing of the
+ /** Disables the device mode Start Of Frame events. When disabled, this stops the firing of the
* \ref EVENT_USB_Device_StartOfFrame() event when enumerated in device mode.
*/
static inline void USB_Device_DisableSOFEvents(void) ATTR_ALWAYS_INLINE;