aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-20 04:32:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-20 04:32:34 +0000
commitd784baaa3a97929fc9a7fed7fff84ff7b0f5bc17 (patch)
tree47153f33a68172f62b6daec089e64fc717863d2f /LUFA/ManPages
parentdab7e06a4a914ebc67dd6a9a28c0987b49703c88 (diff)
downloadlufa-d784baaa3a97929fc9a7fed7fff84ff7b0f5bc17.tar.gz
lufa-d784baaa3a97929fc9a7fed7fff84ff7b0f5bc17.tar.bz2
lufa-d784baaa3a97929fc9a7fed7fff84ff7b0f5bc17.zip
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.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 2d7cbb65c..c7c11d9b7 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -45,6 +45,9 @@
* - Large number of documentation and code comment corrections (thanks to Andrey from Microsin.ru)
* - Fixed possibility of the AVR's SPI interface being pulled out of master mode if the /SS pin is a input and pulled low (thanks
* to Andrey from Microsin.ru)
+ * - 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
+ * - Fixed lack of C++ compatibility in some internal header files causing compile errors when using LUFA in C++ projects
* - Library Applications:
* - Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2
* - Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed