mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 04:40:39 +00:00
hsi48 field missing for STM32C071
This commit is contained in:
parent
ac996e7e0a
commit
26232778e6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user