aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-04-12 03:03:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-04-12 03:03:56 +0000
commit995195a2b06142fb0882cf116a12bdab8e19603f (patch)
treeb560fb306c067c44266a494f2d40f16132e0a9f4 /LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h
parent852b5e612d549d1f086ceca4df0b589ac24cb37f (diff)
downloadlufa-995195a2b06142fb0882cf116a12bdab8e19603f.tar.gz
lufa-995195a2b06142fb0882cf116a12bdab8e19603f.tar.bz2
lufa-995195a2b06142fb0882cf116a12bdab8e19603f.zip
Add missing function attributes to the pipe/endpoint functions for all architectures.
Perform endianness correction in the HID report parser for big-endian platforms.
Diffstat (limited to 'LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h')
-rw-r--r--LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h
index 2bf13cd26..836c83b67 100644
--- a/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h
+++ b/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h
@@ -140,6 +140,7 @@
/** Returns the current USB frame number, when in host mode. Every millisecond the USB bus is active (i.e. not suspended)
* the frame number is incremented by one.
*/
+ static inline uint16_t USB_Host_GetFrameNumber(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE;
static inline uint16_t USB_Host_GetFrameNumber(void)
{
return UHFNUM;