aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-09-22 05:55:32 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-09-22 05:55:32 +0000
commit77dbfd3cc44b91ea04990c65f3de70267ceb2460 (patch)
treec96dc45709c9361dceb8c23a7c759990562ac424 /LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
parent022fa26b43f062ca6e4b23c64ec2d0d0bab7e377 (diff)
downloadlufa-77dbfd3cc44b91ea04990c65f3de70267ceb2460.tar.gz
lufa-77dbfd3cc44b91ea04990c65f3de70267ceb2460.tar.bz2
lufa-77dbfd3cc44b91ea04990c65f3de70267ceb2460.zip
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.
Add missing function and definition documentation.
Diffstat (limited to 'LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h')
-rw-r--r--LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
index 08604ac1e..ec41f5de3 100644
--- a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
+++ b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
@@ -148,6 +148,8 @@
/* Inline Functions: */
/** Returns the current USB frame number, when in device mode. Every millisecond the USB bus is active (i.e. enumerated to a host)
* the frame number is incremented by one.
+ *
+ * \return Current USB frame number from the USB controller.
*/
static inline uint16_t USB_Device_GetFrameNumber(void) ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT;
static inline uint16_t USB_Device_GetFrameNumber(void)