mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
remove debug print
This commit is contained in:
parent
823a82adb7
commit
e359b24121
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user