stm32/rtc: autocompute prescalers

This commit is contained in:
xoviat
2023-08-29 19:41:03 -05:00
parent fdb2c4946a
commit 989c98f316
5 changed files with 41 additions and 50 deletions

View File

@@ -499,6 +499,7 @@ pub(crate) unsafe fn init(config: Config) {
pllsai: None,
rtc: rtc,
rtc_hse: None,
});
}