Skip to content

Commit 8831652

Browse files
committed
esp-hal v0.13.0 spi edit
1 parent 06320f2 commit 8831652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embassy_task_ili9342c.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use hal::{
55
peripherals::SPI2,
66
gpio::{PushPull, Output, GpioPin},
77
spi::FullDuplexMode,
8-
Spi,
8+
spi::master::Spi,
99
};
1010

1111
use mipidsi::models::ILI9342CRgb565;

0 commit comments

Comments
 (0)