mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +00:00
hsi48 field missing for STM32C071
This commit is contained in:
parent
ac996e7e0a
commit
26232778e6
@ -187,6 +187,9 @@ pub(crate) unsafe fn init(config: Config) {
|
||||
hse: hse,
|
||||
rtc: rtc,
|
||||
|
||||
#[cfg(any(stm32c071))]
|
||||
hsi48: hsi,
|
||||
|
||||
// TODO
|
||||
lsi: None,
|
||||
lse: None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user