summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-31 23:09:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-31 23:09:33 +0000
commit03db221a3d9a6678cd8fef66ca6a35b988503b57 (patch)
treec4cac22df765ed4c2ffed18c996c902a7b7b8098 /nuttx/ChangeLog
parent42a49c694196d1e6ace7bf509b1f24fbb3f8ae21 (diff)
downloadnuttx-03db221a3d9a6678cd8fef66ca6a35b988503b57.tar.gz
nuttx-03db221a3d9a6678cd8fef66ca6a35b988503b57.tar.bz2
nuttx-03db221a3d9a6678cd8fef66ca6a35b988503b57.zip
Fix some LPC17xx GPIO/button interrupt logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4246 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 6e016fc61..1acdfdadf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2320,3 +2320,5 @@
for NuttX. At present, this is just a stub and it refers to the NuttX
top-level README.txt file which is the only, real "Getting Started" Guide
that exists for the time being.
+ * arch/arm/src/lpc17xx/lpc17_gpioint.c: Correct an value used as the lower
+ end of an IRQ number range test.