summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-24 14:04:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-24 14:04:07 -0600
commitcafcbeb3a0d16b13048d14fa8ef75cce2a87f738 (patch)
tree8e7a8630ff349b9b8e3795af6973370484eb481d /nuttx/ChangeLog
parent2b4abec1eabbc0a2b8ea96c799ebd18da253c6c0 (diff)
downloadnuttx-cafcbeb3a0d16b13048d14fa8ef75cce2a87f738.tar.gz
nuttx-cafcbeb3a0d16b13048d14fa8ef75cce2a87f738.tar.bz2
nuttx-cafcbeb3a0d16b13048d14fa8ef75cce2a87f738.zip
Rename up_irqbutton() to board_button_irq()
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9be2ff96c..77a400545 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6514,4 +6514,5 @@
include/nuttx/arch.h (2014-1024).
* Rename up_buttons() to board_buttons() for the same reason (2014-
1-14).
+ * Rename up_irqbutton() to board_button_irq() (2014-1-24).