From c5c963c55d4f2d3e69382d94be4972a8bf7ff9f6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Mar 2015 09:51:05 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3c7778c97..9c6181b99c 100755 --- a/ChangeLog +++ b/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). +