Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C++ compatibility (thanks to Michael Hennebry).
This commit is contained in:
parent
23a94a7181
commit
6d22a00e8b
2 changed files with 5 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue