Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / Device.h
index 2c9dc28..ef093d6 100644 (file)
                         *  \ref EVENT_USB_Device_StartOfFrame() event to fire once per millisecond, synchronized to the USB bus,
                         *  at the start of each USB frame when enumerated in device mode.
                         */
-                       static inline void USB_Device_EnableSOFEvents(void) ATTR_ALWAYS_INLINE;
+                       static inline void USB_Device_EnableSOFEvents(void) ATTR_ALWAYS_INLINE;
                        static inline void USB_Device_EnableSOFEvents(void)
                        {
                                USB_INT_Enable(USB_INT_SOFI);