hsi48 field missing for STM32C071

This commit is contained in:
obe1line 2025-07-21 14:39:07 +10:00 committed by GitHub
parent ac996e7e0a
commit 26232778e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,10 @@ pub(crate) unsafe fn init(config: Config) {
hsiker: hsiker,
hse: hse,
rtc: rtc,
#[cfg(any(stm32c071))]
hsi48: hsi,
// TODO
lsi: None,
lse: None,