From f32277a2ac80fc6bce1de061f22746b8aa7c0acb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Oct 2014 06:27:02 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7e3713cb777..0c19b13e0eb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8811,4 +8811,6 @@ * fs/Kconfig, syslog/fs_syslogenable, and include/syslog.h: Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask() (2014-10-9). + * arch/arm/src/stm32/chip/stm32_exti.h: Correct STM32 RTC EXTI bit + definition. From Lazlo (2014-10-9).