summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7b32ae20f..d7d6f7fc4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2900,4 +2900,6 @@
Fix an error when the trapezoid is only 1 line high. In this case, a
divide by zero error would occur. The fix is to draw the 1 line high
trapezoid as a run.
+ * drivers/usbdev/pl2303.c: Fixe a cut'n'paste error that snuck into
+ the PL2303 emulation driver several months back.