aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-12 16:11:31 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-12 16:11:31 +0000
commite7b80154df9a014306c7d785d731f949278a3c94 (patch)
treeeb7dfcf5b90bab0d33944737b9a0e190245469fd /nuttx/ChangeLog
parent9aec5418015792440adfccfcec6341738aef8659 (diff)
downloadpx4-firmware-e7b80154df9a014306c7d785d731f949278a3c94.tar.gz
px4-firmware-e7b80154df9a014306c7d785d731f949278a3c94.tar.bz2
px4-firmware-e7b80154df9a014306c7d785d731f949278a3c94.zip
Fix PL2303 typo checked in a long time ago; NFS update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4832 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.