diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-12-22 22:36:23 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-12-22 22:36:23 +1100 |
commit | a86b502294ebda621fa8f3cce20a8238ea15eebc (patch) | |
tree | abe7bd6f864869994b2b4ba3862cd997240ebc5d /LUFA/DoxygenPages | |
parent | d0161e0a9bbc8d1a059a32e1c21fdd201cce1f3c (diff) | |
download | lufa-a86b502294ebda621fa8f3cce20a8238ea15eebc.tar.gz lufa-a86b502294ebda621fa8f3cce20a8238ea15eebc.tar.bz2 lufa-a86b502294ebda621fa8f3cce20a8238ea15eebc.zip |
Fix additional void pointer arithmetic in the class driver RNDIS demo.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 36c5bf9c8..16102fb95 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -15,7 +15,7 @@ * in a user application (thanks to Matlo) * - Fixed missing \c va_end() calls in the HID bootloader CLI app which could cause portability issues * - Fixed void pointer arithmetic in the \c Serial_SendData() functions for AVR8 and XMEGA architectures - * - Fixed void pointer arithmetic in the low level RNDIS demo protocol decoders + * - Fixed void pointer arithmetic in the low level and class driver RNDIS demo protocol decoders * - Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null packet filter was requested * * \section Sec_ChangeLog151115 Version 151115 |