Added enum NoTransaction in funciton kind to make it work for feature unstable-traits
This commit is contained in:
parent
5a9e052983
commit
541b479b05
@ -1197,6 +1197,7 @@ mod eh1 {
|
|||||||
Self::Overrun => embedded_hal_1::i2c::ErrorKind::Overrun,
|
Self::Overrun => embedded_hal_1::i2c::ErrorKind::Overrun,
|
||||||
Self::ZeroLengthTransfer => embedded_hal_1::i2c::ErrorKind::Other,
|
Self::ZeroLengthTransfer => embedded_hal_1::i2c::ErrorKind::Other,
|
||||||
Self::BufferSize => embedded_hal_1::i2c::ErrorKind::Other,
|
Self::BufferSize => embedded_hal_1::i2c::ErrorKind::Other,
|
||||||
|
Self::NoTransaction => embedded_hal_1::i2c::ErrorKind::Other,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user