drop the debug

This commit is contained in:
Jacob Rosenthal 2021-11-10 17:25:38 -07:00
parent 5f28153b81
commit 6dcc731065

View File

@ -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");
}
}