diff options
| author | Henrik Alsér <[email protected]> | 2022-07-06 23:56:44 +0200 |
|---|---|---|
| committer | Henrik Alsér <[email protected]> | 2022-07-06 23:56:44 +0200 |
| commit | 265d43a65d2e5b3997c089ae4499644a9ff4b6ac (patch) | |
| tree | 9f2faa8b9891255cbc37c1459fc3d48d27572cb6 | |
| parent | e6887200f56b65c3ff1c2cf52cf9c46b4f33c437 (diff) | |
v1 fix
| -rw-r--r-- | embassy-stm32/src/i2c/v1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/i2c/v1.rs b/embassy-stm32/src/i2c/v1.rs index cf6011c26..72cc46c04 100644 --- a/embassy-stm32/src/i2c/v1.rs +++ b/embassy-stm32/src/i2c/v1.rs | |||
| @@ -301,7 +301,7 @@ mod eh1 { | |||
| 301 | } | 301 | } |
| 302 | } | 302 | } |
| 303 | 303 | ||
| 304 | impl<'d, T: Instance, TXDMA: TxDma<T>, RXDMA: RxDma<T>> embedded_hal_1::i2c::ErrorType for I2c<'d, T, TXDMA, RXDMA> { | 304 | impl<'d, T: Instance> embedded_hal_1::i2c::ErrorType for I2c<'d, T> { |
| 305 | type Error = Error; | 305 | type Error = Error; |
| 306 | } | 306 | } |
| 307 | 307 | ||
