rtc: Remove old rtc functionality
Remove the old rtc functionality as its been deprecated for 2 releases now. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
a0136b9850
commit
29e55d74e8
69 changed files with 4 additions and 1259 deletions
|
@ -72,7 +72,7 @@
|
|||
#include <stm32l4xx_ll_rng.h>
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_RTC_STM32) || defined(CONFIG_COUNTER_RTC_STM32)
|
||||
#if defined(CONFIG_COUNTER_RTC_STM32)
|
||||
#include <stm32l4xx_ll_rtc.h>
|
||||
#include <stm32l4xx_ll_exti.h>
|
||||
#include <stm32l4xx_ll_pwr.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue