STM32 RTCC: Eliminate a warning when ALARM support is enabled
This commit is contained in:
parent
bcb4b6503f
commit
9db4d7da94
@ -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? */
|
||||
|
2
configs
2
configs
@ -1 +1 @@
|
||||
Subproject commit a08efff1749bc475041c0219cb505fdd7582a591
|
||||
Subproject commit ca7b002f4864217794a2c3ac545fceba528c1292
|
Loading…
Reference in New Issue
Block a user