aboutsummaryrefslogtreecommitdiff
path: root/tests/rp
diff options
context:
space:
mode:
authorSimon Börjesson <[email protected]>2025-12-10 02:39:48 +0100
committerSimon Börjesson <[email protected]>2025-12-10 02:39:48 +0100
commit31039201e7edcba6bbf6ba8679332cf98d6d7b1f (patch)
tree475abdf732a6bf0c6150b365a4fc47f7cde85f4f /tests/rp
parentdfdd0432ef41de44a8598845822e74138479e40a (diff)
Update examples and tests
Diffstat (limited to 'tests/rp')
-rw-r--r--tests/rp/src/bin/cyw43-perf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rp/src/bin/cyw43-perf.rs b/tests/rp/src/bin/cyw43-perf.rs
index 9487f5e1a..1ef9cf066 100644
--- a/tests/rp/src/bin/cyw43-perf.rs
+++ b/tests/rp/src/bin/cyw43-perf.rs
@@ -98,7 +98,7 @@ async fn main(spawner: Spawner) {
98 { 98 {
99 Ok(_) => break, 99 Ok(_) => break,
100 Err(err) => { 100 Err(err) => {
101 panic!("join failed with status={}", err.status); 101 panic!("join failed: {:?}", err);
102 } 102 }
103 } 103 }
104 } 104 }