We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3badfec commit 29c01a5Copy full SHA for 29c01a5
src/spi/mod.rs
@@ -76,8 +76,6 @@ pub enum ErrorKind {
76
Overrun,
77
/// Multiple devices on the SPI bus are trying to drive the slave select pin, e.g. in a multi-master setup
78
ModeFault,
79
- /// CRC does not match the received data
80
- Crc,
81
/// Received data does not conform to the peripheral configuration
82
FrameFormat,
83
/// A different error occurred. The original error may contain more information.
0 commit comments