aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Device.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-23 03:25:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-23 03:25:19 +0000
commiteb8a708b5379755cbcdac900eb32f3c484bde58c (patch)
tree5dba46bf040f2843efce36c50febad2fd2dc824b /LUFA/Drivers/USB/LowLevel/Device.h
parent9b0e4b8356eb79003a806d010f4b00123350ed90 (diff)
downloadlufa-eb8a708b5379755cbcdac900eb32f3c484bde58c.tar.gz
lufa-eb8a708b5379755cbcdac900eb32f3c484bde58c.tar.bz2
lufa-eb8a708b5379755cbcdac900eb32f3c484bde58c.zip
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/Device.h')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Device.h2
1 files changed, 1 insertions, 1 deletions
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);