summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-14 07:33:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-14 07:33:52 -0600
commit48b717ed07864f1b737eef671642249ae051c312 (patch)
tree3799318604f6f8da2d6f9ee378c8ae2c92551e8f /nuttx
parent339457b9a7c6dcebb5a7f5257d3633cd770edebc (diff)
downloadpx4-nuttx-48b717ed07864f1b737eef671642249ae051c312.tar.gz
px4-nuttx-48b717ed07864f1b737eef671642249ae051c312.tar.bz2
px4-nuttx-48b717ed07864f1b737eef671642249ae051c312.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e69d6305e..6521a4021 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10162,4 +10162,7 @@
* configs/galileo: Remove all references to the Galileo board. That
port is not going to happen (I don't even have the hardware anymore)
(2015-04-13).
-
+ * drivers/input/max11802.c: Fix possible unmatched IRQ restore. Noted
+ by Juha Niskanen (2015-04-14).
+ * atexit(): Fix reference to undefined variable in certain
+ configurations. From Juha Niskanen (2015-04-14).