Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 22 Sep 2011 05:55:32 +0000 (05:55 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 22 Sep 2011 05:55:32 +0000 (05:55 +0000)
commit77dbfd3cc44b91ea04990c65f3de70267ceb2460
treec96dc45709c9361dceb8c23a7c759990562ac424
parent022fa26b43f062ca6e4b23c64ec2d0d0bab7e377
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.
17 files changed:
LUFA/Common/Attributes.h
LUFA/Common/Common.h
LUFA/Common/Endianness.h
LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h
LUFA/Drivers/Misc/AT45DB321C.h
LUFA/Drivers/Misc/AT45DB642D.h
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h
LUFA/Drivers/USB/Class/Common/RNDIS.h
LUFA/Drivers/USB/Class/Host/MassStorage.h
LUFA/Drivers/USB/Class/Host/Printer.h
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h
LUFA/Drivers/USB/Core/DeviceStandardReq.c
LUFA/Drivers/USB/Core/StdDescriptors.h
LUFA/Drivers/USB/Core/UC3/Device_UC3.h
LUFA/Drivers/USB/Core/UC3/Host_UC3.h
LUFA/Drivers/USB/Core/XMEGA/Device_XMEGA.h