stm32: re-export rtcclocksource

This commit is contained in:
xoviat
2023-08-27 09:25:14 -05:00
parent 10ea068027
commit fb942e6675
4 changed files with 6 additions and 3 deletions

View File

@ -2,9 +2,9 @@
pub(crate) mod bd;
pub mod bus;
use core::mem::MaybeUninit;
pub use crate::rcc::bd::RtcClockSource;
use crate::time::Hertz;
#[cfg_attr(rcc_f0, path = "f0.rs")]