diff --git a/esp-hal-common/src/i2s.rs b/esp-hal-common/src/i2s.rs index ad8779609..298950246 100644 --- a/esp-hal-common/src/i2s.rs +++ b/esp-hal-common/src/i2s.rs @@ -589,7 +589,6 @@ where TX: Tx, RX: Rx, IP: I2sPeripheral + I2s0Peripheral, - RX: Rx, { fn new( i2s: impl Peripheral

+ 'd, @@ -645,7 +644,6 @@ where TX: Tx, RX: Rx, IP: I2sPeripheral + I2s1Peripheral, - RX: Rx, { fn new( i2s: impl Peripheral

+ 'd,