at least stop on drop

This commit is contained in:
Jacob Rosenthal 2021-10-30 11:33:28 -07:00
parent 6d8198a46a
commit ee8f76537b

View file

@ -328,6 +328,7 @@ impl<'a, T: Instance> Drop for Pwm<'a, T> {
fn drop(&mut self) {
let r = T::regs();
self.stop();
r.enable.write(|w| w.enable().disabled());
info!("pwm drop: done");