summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-10 09:51:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-10 09:51:05 -0600
commit63d1f19616dda9d9689beb17a83d10abd328814f (patch)
tree834d817023b50e5a88f77e1033d3241527f8a708 /nuttx
parent5bc9828a8cbb23e12ee47b170380f3315f5ff53f (diff)
downloadpx4-nuttx-63d1f19616dda9d9689beb17a83d10abd328814f.tar.gz
px4-nuttx-63d1f19616dda9d9689beb17a83d10abd328814f.tar.bz2
px4-nuttx-63d1f19616dda9d9689beb17a83d10abd328814f.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b3c7778c9..9c6181b99 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9942,3 +9942,7 @@
samv71-xult: Add a bare bones framework that will do nothing more than
support configuration for the Atmel SAMV71 Xplained Ultra board. Very
much a work in progress (2015-03-06).
+ * 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).
+