diff options
Diffstat (limited to 'third_party/STM32F0xx_StdPeriph_Driver')
-rw-r--r-- | third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c b/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c index f0481d1..7b1f7ac 100644 --- a/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c +++ b/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c @@ -1350,6 +1350,7 @@ void RTC_AlarmSubSecondConfig(uint32_t RTC_Alarm, uint32_t RTC_AlarmSubSecondVal */ uint32_t RTC_GetAlarmSubSecond(uint32_t RTC_Alarm) { + (void)RTC_Alarm; uint32_t tmpreg = 0; /* Get the RTC_ALRMAR register */ |