From 5e6e6fac05ad7effd0fbfeb02908b28d1841164f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 18 May 2015 08:56:31 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 41d78bb8681..2c22847b9f7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10389,3 +10389,7 @@ configuration framework, and placeholder memory map and pin configuration files for SAML21 support. Still incomplete on initial commit (2015-05-14). + * include/nuttx/wdog.h, sched/mqueue/mq_timed*.c, semaphore/sem_timed*.c, + signal/sig_timed*.c, timer/timer_settime.c, and wdog/wd_start.c: + Update the type passed to watchdog timer handlers. Using uint32_t is + a problem for 64-bit machines (2015-05-18).