Skip to content

Commit 42b651d

Browse files
committed
Rename SPI CRC error variant
1 parent 2e226b7 commit 42b651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub mod spi {
6767
/// Multiple devices on the SPI bus are trying across each other, e.g. in a multi-master setup
6868
ModeFault,
6969
/// CRC does not match the received data
70-
CrcError,
70+
Crc,
7171
/// Received data does not conform to the peripheral configuration
7272
FrameFormat,
7373
/// A different error occurred. The original error may contain more information.

0 commit comments

Comments
 (0)