Update size of compiled Mouse demo in documentation, fix indenting in Device.h.

This commit is contained in:
Dean Camera 2010-07-23 03:25:19 +00:00
parent 9b0e4b8356
commit eb8a708b53
2 changed files with 2 additions and 2 deletions

View file

@ -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);