We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6e522 commit 481a451Copy full SHA for 481a451
libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L0/rtc_api.c
@@ -87,7 +87,7 @@ void rtc_init(void)
87
__HAL_RCC_RTC_CLKPRESCALER(RCC_RTCCLKSOURCE_LSI);
88
__HAL_RCC_RTC_CONFIG(RCC_RTCCLKSOURCE_LSI);
89
// This value is LSI typical value. To be measured precisely using a timer input capture for example.
90
- rtc_freq = 32000;
+ rtc_freq = 38000;
91
#endif
92
93
// Enable RTC
0 commit comments