aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-13 14:43:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-13 14:43:34 +0000
commit66482341573c035e4c90cee32b89fb7f59068e40 (patch)
tree2f4300caa98342f69b84e1dc39b94d5a58d3809c /LUFA/ManPages/ChangeLog.txt
parent32b7762325829c6e7a4168bb7db5084a34673f20 (diff)
downloadlufa-66482341573c035e4c90cee32b89fb7f59068e40.tar.gz
lufa-66482341573c035e4c90cee32b89fb7f59068e40.tar.bz2
lufa-66482341573c035e4c90cee32b89fb7f59068e40.zip
Test with -Wextra, fix library warnings due to unused function parameters.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 99cb773af..791a17060 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -59,6 +59,8 @@
* - Fixed MassStorageHost Class driver demo not having USB_STREAM_TIMEOUT_MS compile time option set properly to prevent slow
* devices from timing out the data pipes
* - Fixed the definition of the Endpoint_BytesInEndpoint() macro for the U4 series AVR parts
+ * - Fixed MIDI host Class driver MIDI_Host_SendEventPacket() routine not properly checking for Pipe ready before writing
+ * - Fixed use of deprecated struct initializers, removed library unused parameter warnings when compiled with -Wextra enabled
*
* \section Sec_ChangeLog091122 Version 091122
*