Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 23 Jul 2010 03:25:19 +0000 (03:25 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 23 Jul 2010 03:25:19 +0000 (03:25 +0000)
LUFA/Drivers/USB/LowLevel/Device.h
LUFA/ManPages/WhyUseLUFA.txt

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);
index 116801a..093a025 100644 (file)
@@ -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).
  *
- *   <small>* Atmel Stack Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3296 bytes, under identical build
+ *   <small>* Atmel Stack Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3372 bytes, under identical build
  *   environments</small>
  */