Skip to content

Commit b9135db

Browse files
committed
Removes a use statement for spi module that is not actually used.
1 parent 44ecdac commit b9135db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

esp32-wroom-rp/src/protocol.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pub mod operation;
22

33
use super::*;
4-
use spi::*;
54

65
use embedded_hal::blocking::delay::DelayMs;
76

0 commit comments

Comments
 (0)