diff --git a/embassy-stm32/src/i2c/v2.rs b/embassy-stm32/src/i2c/v2.rs index f17bfc33..6c4e0a4c 100644 --- a/embassy-stm32/src/i2c/v2.rs +++ b/embassy-stm32/src/i2c/v2.rs @@ -1197,6 +1197,7 @@ mod eh1 { Self::Overrun => embedded_hal_1::i2c::ErrorKind::Overrun, Self::ZeroLengthTransfer => embedded_hal_1::i2c::ErrorKind::Other, Self::BufferSize => embedded_hal_1::i2c::ErrorKind::Other, + Self::NoTransaction => embedded_hal_1::i2c::ErrorKind::Other, } } }