Fix Doxygen typos in Device.h.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 24 Aug 2010 11:47:53 +0000 (11:47 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 24 Aug 2010 11:47:53 +0000 (11:47 +0000)
LUFA/Drivers/USB/LowLevel/Device.h

index ef093d6..c30da9c 100644 (file)
                                 *  USB interface should be initialized in low speed (1.5Mb/s) mode.
                                 *
                                 *  \note Low Speed mode is not available on all USB AVR models.
                                 *  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
                                 *
                                 *  \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
                                 */
                                #define USB_DEVICE_OPT_LOWSPEED            (1 << 0)
                        #endif
                                USB_INT_Enable(USB_INT_SOFI);
                        }
                                
                                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;
                         *  \ref EVENT_USB_Device_StartOfFrame() event when enumerated in device mode.
                         */
                        static inline void USB_Device_DisableSOFEvents(void) ATTR_ALWAYS_INLINE;