From 215c2be1c068bd7089af44e44a0b5a1e65258c06 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 10 Oct 2014 11:43:47 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8ab8c59c9..da98e04578 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8829,3 +8829,5 @@ kwork_lpthread.c, and wqueue.h: Modularize starting of worker threads to better isolate individual initialization characteristics (2014-10-10). + * arch/arm/src/ stm32_iwdg.c, stm32_wwdg.c, and chip/stm32_dbgmcu.h: + Fix watchdog stop bit usage. From Lazlo (2014-10-10).