mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
format timer/mod.rs
This commit is contained in:
parent
7b04b0166b
commit
b662dfb183
@ -2,10 +2,10 @@
|
||||
|
||||
#[cfg(not(stm32l0))]
|
||||
pub mod complementary_pwm;
|
||||
pub mod input_capture;
|
||||
pub mod low_level;
|
||||
pub mod qei;
|
||||
pub mod simple_pwm;
|
||||
pub mod input_capture;
|
||||
|
||||
use crate::interrupt;
|
||||
use crate::rcc::RccPeripheral;
|
||||
|
Loading…
Reference in New Issue
Block a user