aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-27 21:35:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-27 21:35:36 +0000
commitd09ff7e1f92d3842f6716c4fce1f8e98026057b9 (patch)
treed85c912b11d1e6d711381a3136fde3ae882f967e /nuttx/ChangeLog
parent64327c0263a5773157a67bd35a8c3047c4aa11c4 (diff)
downloadpx4-firmware-d09ff7e1f92d3842f6716c4fce1f8e98026057b9.tar.gz
px4-firmware-d09ff7e1f92d3842f6716c4fce1f8e98026057b9.tar.bz2
px4-firmware-d09ff7e1f92d3842f6716c4fce1f8e98026057b9.zip
Add LPC32xx memory map and interrupt numbers
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4877 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 068b7f965..b8c153421 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2900,7 +2900,7 @@
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
+ * drivers/usbdev/pl2303.c: Fix a cut'n'paste error that snuck into
the PL2303 emulation driver several months back.
6.20 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>