summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-30 08:08:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-30 08:08:02 -0600
commit4b6733594977f659fea662cfa3721f72c89da367 (patch)
treedeef5972b277e22c678f4a13f5f2c8845f5f1609 /nuttx/ChangeLog
parentba6a4a66fda85ebe1162e1ec4d74e09d6bf4991c (diff)
downloadnuttx-4b6733594977f659fea662cfa3721f72c89da367.tar.gz
nuttx-4b6733594977f659fea662cfa3721f72c89da367.tar.bz2
nuttx-4b6733594977f659fea662cfa3721f72c89da367.zip
LPC17: Interrupts not being re-enabled in the initialization function
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c8ad648eb..add6650a3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4637,3 +4637,7 @@
dragging task_delete() into the link when it is never called.
6.28 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * arch/arm/src/lpc17xx/lpc17_i2c.c: Interrupts were not being
+ re-enabled in the I2C intializatin function.
+