aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosh Junon <[email protected]>2024-06-29 01:17:27 +0200
committerJosh Junon <[email protected]>2024-06-30 23:56:17 +0200
commitc4b88b57812da85b6952300509736fd02a4640fa (patch)
treef7e34e26b4dd23986661e7a73a6d240c527a9c6d /tests
parent26e660722cca9151e5a9331c328421145509ab20 (diff)
wiznet: add version check to initialization sequence
Diffstat (limited to 'tests')
-rw-r--r--tests/rp/src/bin/ethernet_w5100s_perf.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rp/src/bin/ethernet_w5100s_perf.rs b/tests/rp/src/bin/ethernet_w5100s_perf.rs
index 5d5547773..4b04571bd 100644
--- a/tests/rp/src/bin/ethernet_w5100s_perf.rs
+++ b/tests/rp/src/bin/ethernet_w5100s_perf.rs
@@ -59,7 +59,8 @@ async fn main(spawner: Spawner) {
59 w5500_int, 59 w5500_int,
60 w5500_reset, 60 w5500_reset,
61 ) 61 )
62 .await; 62 .await
63 .unwrap();
63 unwrap!(spawner.spawn(ethernet_task(runner))); 64 unwrap!(spawner.spawn(ethernet_task(runner)));
64 65
65 // Generate random seed 66 // Generate random seed