summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-27 21:35:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-27 21:35:36 +0000
commitc7b072472b974b59b144ee4e2a3fe4cab92baf82 (patch)
treed85c912b11d1e6d711381a3136fde3ae882f967e /nuttx/ChangeLog
parent9e7be5d54f5269be1ecaf94035d3715556deddcf (diff)
downloadpx4-nuttx-c7b072472b974b59b144ee4e2a3fe4cab92baf82.tar.gz
px4-nuttx-c7b072472b974b59b144ee4e2a3fe4cab92baf82.tar.bz2
px4-nuttx-c7b072472b974b59b144ee4e2a3fe4cab92baf82.zip
Add LPC32xx memory map and interrupt numbers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4877 42af7a65-404d-4744-a932-0658087f49c3
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>