From 9db4d7da94305c17a70dfded9c15736577509842 Mon Sep 17 00:00:00 2001 From: Gregory Nutt <gnutt@nuttx.org> Date: Thu, 2 Jul 2015 15:02:59 -0600 Subject: [PATCH] STM32 RTCC: Eliminate a warning when ALARM support is enabled --- arch/arm/src/stm32/stm32_rtcc.c | 1 - configs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/src/stm32/stm32_rtcc.c b/arch/arm/src/stm32/stm32_rtcc.c index 5c0fbdf8ce..0c646293b1 100644 --- a/arch/arm/src/stm32/stm32_rtcc.c +++ b/arch/arm/src/stm32/stm32_rtcc.c @@ -1086,7 +1086,6 @@ int up_rtc_settime(FAR const struct timespec *tp) #ifdef CONFIG_RTC_ALARM int stm32_rtc_setalarm(FAR const struct timespec *tp, alarmcb_t callback) { - irqstate_t flags; int ret = -EBUSY; /* Is there already something waiting on the ALARM? */ diff --git a/configs b/configs index a08efff174..ca7b002f48 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit a08efff1749bc475041c0219cb505fdd7582a591 +Subproject commit ca7b002f4864217794a2c3ac545fceba528c1292