diff options
Diffstat (limited to 'embassy-stm32/src')
| -rw-r--r-- | embassy-stm32/src/crc/v2v3.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32/src/crc/v2v3.rs b/embassy-stm32/src/crc/v2v3.rs index 13fb6778c..ad7c79f12 100644 --- a/embassy-stm32/src/crc/v2v3.rs +++ b/embassy-stm32/src/crc/v2v3.rs | |||
| @@ -13,6 +13,8 @@ pub struct Crc<'d> { | |||
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | /// CRC configuration errlr | 15 | /// CRC configuration errlr |
| 16 | #[derive(Debug)] | ||
| 17 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | ||
| 16 | pub enum ConfigError { | 18 | pub enum ConfigError { |
| 17 | /// The selected polynomial is invalid. | 19 | /// The selected polynomial is invalid. |
| 18 | InvalidPolynomial, | 20 | InvalidPolynomial, |
