summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9c6181b99..6da95886a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9945,4 +9945,5 @@
* sched/mqueue/mq_timedsend.c: Should not check for valid time if
there is space in the message queue. Noted by Freddie Chopin
(2015-03-10).
-
+ * arch/arm/src/tiva/tiva_timerlib.c: Fix a typo in peripheral wait
+ logic: gptm, not gpio. From Bradley Noyes (2015-03-10).