Skip to main content

hal_mik32/
timer32_2.rs

1//! Timer32_2 HAL stub
2
3pub struct Timer32_2;
4
5impl Timer32_2 {
6    pub fn new() -> Self {
7        Timer32_2
8    }
9}