summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-12 16:11:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-12 16:11:31 +0000
commit7f63dd840feea2cce7e55ad8bc4e1e98d23ede87 (patch)
treeeb7dfcf5b90bab0d33944737b9a0e190245469fd /nuttx/ChangeLog
parentc5af86030963729f5b208777284c01bb394a5d39 (diff)
downloadnuttx-7f63dd840feea2cce7e55ad8bc4e1e98d23ede87.tar.gz
nuttx-7f63dd840feea2cce7e55ad8bc4e1e98d23ede87.tar.bz2
nuttx-7f63dd840feea2cce7e55ad8bc4e1e98d23ede87.zip
Fix PL2303 typo checked in a long time ago; NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4832 42af7a65-404d-4744-a932-0658087f49c3
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.