aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-02 15:28:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-02 15:28:07 +0000
commit6d22a00e8b78a72b4b210b03dd1018a0e6f0bbc1 (patch)
tree60ed9a5a0be29d80ac92292d9b61c533e869aaa5 /LUFA/ManPages/ChangeLog.txt
parent23a94a7181a0773431b3ea5dbcddab9e06010391 (diff)
downloadlufa-6d22a00e8b78a72b4b210b03dd1018a0e6f0bbc1.tar.gz
lufa-6d22a00e8b78a72b4b210b03dd1018a0e6f0bbc1.tar.bz2
lufa-6d22a00e8b78a72b4b210b03dd1018a0e6f0bbc1.zip
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C++ compatibility (thanks to Michael Hennebry).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index c123116c7..03e55b962 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -31,6 +31,7 @@
* - Fixed XPLAINBridge project not correctly reading the XMEGA's supply voltage when reporting back to the host
* - Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to Axel Rohde)
* - Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (thanks to Axel Rohde)
+ * - Fixed void pointer arithmetic in ConfigDescriptor.h breaking C++ compatibility (thanks to Michael Hennebry)
*
* \section Sec_ChangeLog100513 Version 100513
* <b>New:</b>