aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-02-18 19:58:33 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-02-18 19:59:21 +1100
commit2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6 (patch)
treedc5d70a6b51ddaa9c00d0db3421e581646d4923c /LUFA/DoxygenPages
parente2d1b437c7454e621a349c9ba47ecfdf91f8fab2 (diff)
downloadlufa-2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6.tar.gz
lufa-2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6.tar.bz2
lufa-2028e82e455a3d4caab3ad47b0c3a0815e1c1ae6.zip
Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not compiled out for UC3 architecture.
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 780519dde..54744066e 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -17,6 +17,7 @@
* - Fixed CDC Device class driver's internal serial stream created by \ref CDC_Device_CreateStream not returning the written
* 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
* - 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)