We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7387a42 commit 4272532Copy full SHA for 4272532
1 file changed
sw/device/tests/spi_host/smoketest.c
@@ -16,6 +16,7 @@ bool test_main()
16
spi_host = mocha_system_spi_host();
17
spi_host_init(spi_host);
18
spi_host_write(spi_host, tx_data);
19
+ spi_host_wait_for_idle(spi_host);
20
rx_data = spi_host_read(spi_host);
21
return tx_data == rx_data;
22
}
0 commit comments