diff options
| author | Caleb Jamison <[email protected]> | 2024-09-12 11:50:36 -0400 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-09-12 11:50:36 -0400 |
| commit | e359b24121d9747ea8260d8887829b6a97c312f1 (patch) | |
| tree | 28479414c8edafeefa4b1030e94266c801a92ec2 | |
| parent | 823a82adb7206435794c769be699e1b972d6f966 (diff) | |
remove debug print
| -rw-r--r-- | embassy-rp/src/pio/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-rp/src/pio/mod.rs b/embassy-rp/src/pio/mod.rs index ec29a690c..2b1ed554e 100644 --- a/embassy-rp/src/pio/mod.rs +++ b/embassy-rp/src/pio/mod.rs | |||
| @@ -833,8 +833,6 @@ impl<'d, PIO: Instance + 'd, const SM: usize> StateMachine<'d, PIO, SM> { | |||
| 833 | } | 833 | } |
| 834 | }; | 834 | }; |
| 835 | 835 | ||
| 836 | info!("shift: {}", shift_gpio_base); | ||
| 837 | |||
| 838 | if shift_gpio_base { | 836 | if shift_gpio_base { |
| 839 | sm.pinctrl().write(|w| { | 837 | sm.pinctrl().write(|w| { |
| 840 | w.set_sideset_count(config.pins.sideset_count); | 838 | w.set_sideset_count(config.pins.sideset_count); |
