From bedef6a8076d5158c97883453b8506b9389ebb23 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 10 Aug 2014 13:14:18 -0600 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 029fcbba38..470505afb2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8097,3 +8097,5 @@ * arch/arm/src/sama5/sam_oneshot.c and sam_tc.c: Fix several bugs in timer/counter interrupt logic and one-shot timer logic. Comments and debug output updated in additional files (2014-8-10). + * sched/wdog/wd_start.c: Correct a bug in Tickless OS support: logic to + detect changes in head of timer list was wrong (2014-5-10).