Skip to content

Commit 29c01a5

Browse files
committed
Remove SPI ErrorKind::Crc variant
1 parent 3badfec commit 29c01a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/spi/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ pub enum ErrorKind {
7676
Overrun,
7777
/// Multiple devices on the SPI bus are trying to drive the slave select pin, e.g. in a multi-master setup
7878
ModeFault,
79-
/// CRC does not match the received data
80-
Crc,
8179
/// Received data does not conform to the peripheral configuration
8280
FrameFormat,
8381
/// A different error occurred. The original error may contain more information.

0 commit comments

Comments
 (0)