We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e226b7 commit 42b651dCopy full SHA for 42b651d
src/errors.rs
@@ -67,7 +67,7 @@ pub mod spi {
67
/// Multiple devices on the SPI bus are trying across each other, e.g. in a multi-master setup
68
ModeFault,
69
/// CRC does not match the received data
70
- CrcError,
+ Crc,
71
/// Received data does not conform to the peripheral configuration
72
FrameFormat,
73
/// A different error occurred. The original error may contain more information.
0 commit comments