aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-04-22 15:59:23 +1000
committerDean Camera <dean@fourwalledcubicle.com>2018-04-22 15:59:23 +1000
commit086975bd9442e86693fce2d16f003c4ad170cdac (patch)
tree8943c0d7154215f6cbe02ce4be4ade16bafa3a91 /LUFA/DoxygenPages
parent1e9148db894bca208d1076c291e85e134a2f3308 (diff)
downloadlufa-086975bd9442e86693fce2d16f003c4ad170cdac.tar.gz
lufa-086975bd9442e86693fce2d16f003c4ad170cdac.tar.bz2
lufa-086975bd9442e86693fce2d16f003c4ad170cdac.zip
Fix USB_STRING_DESCRIPTOR_ARRAY() not accepting more than two byte long arrays.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 719ae2209..bfeb0f121 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -18,6 +18,7 @@
* character after a successful write (thanks to NicoHood)
* - Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to Andrus Aaslaid)
* - Fixed CDC_Device_Send*_P() and CDC_Host_Send*_P() variant functions not compiled out for UC3 architecture
+ * - Fixed USB_STRING_DESCRIPTOR_ARRAY() not accepting more than two byte long arrays
* - Library Applications:
* - Fixed bootloaders not disabling global interrupts during erase and write operations (thanks to Zoltan)
* - Fixed bootloaders accepting flash writes to the bootloader region (thanks to NicoHood)