This commit is contained in:
Henrik Alsér 2022-07-06 23:56:44 +02:00 committed by Dario Nieuwenhuis
parent 1ed5b387f9
commit 0fe818f4f8

View file

@ -301,7 +301,7 @@ mod eh1 {
}
}
impl<'d, T: Instance, TXDMA: TxDma<T>, RXDMA: RxDma<T>> embedded_hal_1::i2c::ErrorType for I2c<'d, T, TXDMA, RXDMA> {
impl<'d, T: Instance> embedded_hal_1::i2c::ErrorType for I2c<'d, T> {
type Error = Error;
}