aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-01-22 15:57:24 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-01-22 15:58:05 +1100
commit8802907ce274489690f8edf169454f750c8efe57 (patch)
tree82cdec8572f39b44c83741d39fb6c2ada5e4b697 /LUFA/DoxygenPages
parentc9ad0595bb691fd763a0d12444bc40f005cbb795 (diff)
downloadlufa-8802907ce274489690f8edf169454f750c8efe57.tar.gz
lufa-8802907ce274489690f8edf169454f750c8efe57.tar.bz2
lufa-8802907ce274489690f8edf169454f750c8efe57.zip
Fix CDC device driver not returning written character on putchar success.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index da8a6582e..8f299f7ea 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -10,6 +10,8 @@
* <b>Fixed:</b>
* - Core:
* - Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class driver (thanks to Wolfgang Schnerring)
+ * - 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)
* - Library Applications:
* - Fixed bootloaders not disabling global interrupts during erase and write operations (thanks to Zoltan)
*