aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-31 23:09:33 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-31 23:09:33 +0000
commit9a1c94e294297f66bd6c35ff81e6411a597ac22e (patch)
treec4cac22df765ed4c2ffed18c996c902a7b7b8098 /nuttx/ChangeLog
parent00a6650df1c13a4043c41b284437b1b3aa79bfc0 (diff)
downloadpx4-firmware-9a1c94e294297f66bd6c35ff81e6411a597ac22e.tar.gz
px4-firmware-9a1c94e294297f66bd6c35ff81e6411a597ac22e.tar.bz2
px4-firmware-9a1c94e294297f66bd6c35ff81e6411a597ac22e.zip
Fix some LPC17xx GPIO/button interrupt logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4246 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 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.