Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jun 2011 04:32:34 +0000 (04:32 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Jun 2011 04:32:34 +0000 (04:32 +0000)
commitd784baaa3a97929fc9a7fed7fff84ff7b0f5bc17
tree47153f33a68172f62b6daec089e64fc717863d2f
parentdab7e06a4a914ebc67dd6a9a28c0987b49703c88
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s.

Add C++ compatibility to some header files currently missing extern "C" linkage.
22 files changed:
LUFA/Common/Common.h
LUFA/Common/Endianness.h
LUFA/Drivers/Misc/RingBuffer.h
LUFA/Drivers/USB/Class/Common/HID.h
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
LUFA/Drivers/USB/Core/AVR8/OTG_AVR8.h
LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.c
LUFA/Drivers/USB/Core/ConfigDescriptor.c
LUFA/Drivers/USB/Core/ConfigDescriptor.h
LUFA/Drivers/USB/Core/Device.h
LUFA/Drivers/USB/Core/Endpoint.h
LUFA/Drivers/USB/Core/EndpointStream.h
LUFA/Drivers/USB/Core/Host.h
LUFA/Drivers/USB/Core/OTG.h
LUFA/Drivers/USB/Core/Pipe.h
LUFA/Drivers/USB/Core/PipeStream.h
LUFA/Drivers/USB/Core/StdRequestType.h
LUFA/Drivers/USB/Core/UC3/Device_UC3.h
LUFA/Drivers/USB/Core/USBController.h
LUFA/Drivers/USB/Core/USBInterrupt.h
LUFA/Drivers/USB/Core/USBMode.h
LUFA/ManPages/ChangeLog.txt