diff options
Diffstat (limited to 'embassy-stm32/src/i2c/mod.rs')
| -rw-r--r-- | embassy-stm32/src/i2c/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/i2c/mod.rs b/embassy-stm32/src/i2c/mod.rs index b35678ed9..62d13e909 100644 --- a/embassy-stm32/src/i2c/mod.rs +++ b/embassy-stm32/src/i2c/mod.rs | |||
| @@ -14,7 +14,7 @@ pub use timeout::*; | |||
| 14 | 14 | ||
| 15 | use crate::peripherals; | 15 | use crate::peripherals; |
| 16 | 16 | ||
| 17 | #[derive(Debug)] | 17 | #[derive(Debug, PartialEq, Eq)] |
| 18 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 18 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
| 19 | pub enum Error { | 19 | pub enum Error { |
| 20 | Bus, | 20 | Bus, |
