Commit 1f4fea9 1 parent 596ba88 commit 1f4fea9 Copy full SHA for 1f4fea9
File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ pub enum ErrorKind {
76
76
Overrun ,
77
77
/// Multiple devices on the SPI bus are trying to drive the slave select pin, e.g. in a multi-master setup
78
78
ModeFault ,
79
- /// CRC does not match the received data
80
- Crc ,
81
79
/// Received data does not conform to the peripheral configuration
82
80
FrameFormat ,
83
81
/// A different error occurred. The original error may contain more information.
@@ -98,7 +96,6 @@ impl core::fmt::Display for ErrorKind {
98
96
f,
99
97
"Multiple devices on the SPI bus are trying to drive the slave select pin"
100
98
) ,
101
- Self :: Crc => write ! ( f, "CRC does not match the received data" ) ,
102
99
Self :: FrameFormat => write ! (
103
100
f,
104
101
"Received data does not conform to the peripheral configuration"
You can’t perform that action at this time.
0 commit comments