Remove redundant trait bounds

This commit is contained in:
Dániel Buga 2023-06-26 19:19:22 +02:00 committed by Scott Mabin
parent 4e36d3b3b9
commit d8dbf520fb

View File

@ -589,7 +589,6 @@ where
TX: Tx,
RX: Rx,
IP: I2sPeripheral + I2s0Peripheral,
RX: Rx,
{
fn new(
i2s: impl Peripheral<P = I> + 'd,
@ -645,7 +644,6 @@ where
TX: Tx,
RX: Rx,
IP: I2sPeripheral + I2s1Peripheral,
RX: Rx,
{
fn new(
i2s: impl Peripheral<P = I> + 'd,