mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +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,
|
hsiker: hsiker,
|
||||||
hse: hse,
|
hse: hse,
|
||||||
rtc: rtc,
|
rtc: rtc,
|
||||||
|
|
||||||
|
#[cfg(any(stm32c071))]
|
||||||
|
hsi48: hsi,
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
lsi: None,
|
lsi: None,
|
||||||
lse: None,
|
lse: None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user