drop the debug
This commit is contained in:
parent
5f28153b81
commit
6dcc731065
1 changed files with 0 additions and 4 deletions
|
@ -262,8 +262,6 @@ impl<'a, T: Instance> Drop for SequencePwm<'a, T> {
|
|||
pin.conf().write(|w| w);
|
||||
r.psel.out[3].write(|w| unsafe { w.bits(0x80000000) });
|
||||
}
|
||||
|
||||
info!("pwm drop: done");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -553,8 +551,6 @@ impl<'a, T: Instance> Drop for SimplePwm<'a, T> {
|
|||
pin.conf().write(|w| w);
|
||||
r.psel.out[3].write(|w| unsafe { w.bits(0x80000000) });
|
||||
}
|
||||
|
||||
info!("pwm drop: done");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue