From eb8a708b5379755cbcdac900eb32f3c484bde58c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 23 Jul 2010 03:25:19 +0000 Subject: Update size of compiled Mouse demo in documentation, fix indenting in Device.h. --- LUFA/Drivers/USB/LowLevel/Device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/LowLevel/Device.h') diff --git a/LUFA/Drivers/USB/LowLevel/Device.h b/LUFA/Drivers/USB/LowLevel/Device.h index 2c9dc2810..ef093d64d 100644 --- a/LUFA/Drivers/USB/LowLevel/Device.h +++ b/LUFA/Drivers/USB/LowLevel/Device.h @@ -144,7 +144,7 @@ * \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); -- cgit v1.2.3