From: Dean Camera Date: Fri, 23 Jul 2010 03:25:19 +0000 (+0000) Subject: Update size of compiled Mouse demo in documentation, fix indenting in Device.h. X-Git-Tag: LUFA-110528-BETA~321 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/eb8a708b5379755cbcdac900eb32f3c484bde58c?ds=sidebyside Update size of compiled Mouse demo in documentation, fix indenting in 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); diff --git a/LUFA/ManPages/WhyUseLUFA.txt b/LUFA/ManPages/WhyUseLUFA.txt index 116801a36..093a025e8 100644 --- a/LUFA/ManPages/WhyUseLUFA.txt +++ b/LUFA/ManPages/WhyUseLUFA.txt @@ -40,7 +40,7 @@ * into difficulties or need some advice. In addition, you can also email the library author to receive personalized * support when you need it (subject to author's schedule). * - * * Atmel Stack Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3296 bytes, under identical build + * * Atmel Stack Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3372 bytes, under identical build * environments */