aboutsummaryrefslogtreecommitdiff
path: root/examples/hardware.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hardware.rs')
-rw-r--r--examples/hardware.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/hardware.rs b/examples/hardware.rs
index 22cf5d92..8f294559 100644
--- a/examples/hardware.rs
+++ b/examples/hardware.rs
@@ -53,7 +53,6 @@ mod app {
"UART0 called {} time{}",
*cx.local.times,
if *cx.local.times > 1 { "s" } else { "" }
- )
- .unwrap();
+ );
}
}