Skip to content

Commit 7e2c274

Browse files
committed
goddamn formatting
1 parent ca67567 commit 7e2c274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pwm_complementary.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use hal::{
1414
delay::Delay,
1515
pac,
1616
prelude::*,
17-
pwm::{ self, DTInterval::*, * }
17+
pwm::{self, DTInterval::*, *},
1818
};
1919

2020
#[entry]
@@ -36,7 +36,7 @@ fn main() -> ! {
3636
let max_duty = ch1.get_max_duty();
3737
ch1.set_duty(max_duty / 2);
3838
ch1.enable();
39-
39+
4040
ch1n.set_dead_time(DT_2);
4141
ch1n.enable();
4242

@@ -64,4 +64,4 @@ fn main() -> ! {
6464
loop {
6565
cortex_m::asm::nop();
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)