aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2015-12-22 22:34:50 +1100
committerDean Camera <dean@fourwalledcubicle.com>2015-12-22 22:34:50 +1100
commitd0161e0a9bbc8d1a059a32e1c21fdd201cce1f3c (patch)
tree4efc1f0ee985e4ae050336145a0284d216f0dfdb /LUFA/DoxygenPages
parentdfdf4de8fa798a5d66267a1d11107cbe8f76bcc8 (diff)
downloadlufa-d0161e0a9bbc8d1a059a32e1c21fdd201cce1f3c.tar.gz
lufa-d0161e0a9bbc8d1a059a32e1c21fdd201cce1f3c.tar.bz2
lufa-d0161e0a9bbc8d1a059a32e1c21fdd201cce1f3c.zip
Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null packet filter was requested.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index b6bd54a11..36c5bf9c8 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -14,6 +14,9 @@
* - Fixed broken USE_RAM_DESCRIPTORS compile time option when the FIXED_NUM_CONFIGURATIONS compile time option is not enabled
* 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 low level RNDIS demo incorrectly setting the RNDIS state when a null packet filter was requested
*
* \section Sec_ChangeLog151115 Version 151115
* <b>New:</b>