remove debug print

This commit is contained in:
Caleb Jamison 2024-09-12 11:50:36 -04:00
parent 823a82adb7
commit e359b24121

View File

@ -833,8 +833,6 @@ impl<'d, PIO: Instance + 'd, const SM: usize> StateMachine<'d, PIO, SM> {
} }
}; };
info!("shift: {}", shift_gpio_base);
if shift_gpio_base { if shift_gpio_base {
sm.pinctrl().write(|w| { sm.pinctrl().write(|w| {
w.set_sideset_count(config.pins.sideset_count); w.set_sideset_count(config.pins.sideset_count);