Fix example (#3155)

This commit is contained in:
Björn Quentin 2025-02-20 09:05:19 +01:00 committed by GitHub
parent 26cf556cde
commit 90cc8b219c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,8 +85,8 @@ fn main() -> ! {
)
.unwrap()
.with_sck(sclk)
.with_mosi(mosi)
.with_miso(miso)
.with_sio0(mosi)
.with_sio1(miso)
.with_sio2(sio2)
.with_sio3(sio3)
.with_cs(cs)