Skip to content

Commit 81c14f7

Browse files
committed
Reexport stm32-hrtim
1 parent 23879b4 commit 81c14f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hrtim/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ use stm32_hrtim::{
1818
HrParts, HrPwmBuilder,
1919
};
2020

21+
pub use stm32_hrtim;
22+
2123
pub trait HrControltExt {
2224
fn hr_control(self, rcc: &mut crate::rcc::Rcc) -> HrTimOngoingCalibration;
2325
}

0 commit comments

Comments
 (0)