diff options
| author | Caleb Jamison <[email protected]> | 2024-09-16 13:07:16 -0400 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-09-16 13:07:16 -0400 |
| commit | d1508cc49c9ac029ececb1ae5e4c326ac678d1ec (patch) | |
| tree | f3b1c0c405226c1496c6d779bb94c022893b073d | |
| parent | 8b34c94ef3640b2ec28b3de3c5d90db40b0b0ecd (diff) | |
oops
| -rw-r--r-- | embassy-rp/src/pio/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/pio/mod.rs b/embassy-rp/src/pio/mod.rs index b2f9abaa0..72aa8f104 100644 --- a/embassy-rp/src/pio/mod.rs +++ b/embassy-rp/src/pio/mod.rs | |||
| @@ -743,7 +743,7 @@ impl<'d, PIO: Instance + 'd, const SM: usize> StateMachine<'d, PIO, SM> { | |||
| 743 | w.set_out_base(config.pins.out_base); | 743 | w.set_out_base(config.pins.out_base); |
| 744 | }); | 744 | }); |
| 745 | 745 | ||
| 746 | //#[cfg(feature = "_rp235x")] | 746 | #[cfg(feature = "_rp235x")] |
| 747 | { | 747 | { |
| 748 | let mut low_ok = true; | 748 | let mut low_ok = true; |
| 749 | let mut high_ok = true; | 749 | let mut high_ok = true; |
