aboutsummaryrefslogtreecommitdiff
path: root/examples/multilock.rs
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-08 19:40:31 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:28 +0100
commitceaf3613d3256f60b139a4f93220e3c298603b83 (patch)
tree02ee64f2ac4bebea1abe85f85ca761e44ea8beb9 /examples/multilock.rs
parent9a67f00a30f14df3b9635913f728afd0b40c138d (diff)
Update semihosting
Diffstat (limited to 'examples/multilock.rs')
-rw-r--r--examples/multilock.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multilock.rs b/examples/multilock.rs
index 7bea2d3..2eb285e 100644
--- a/examples/multilock.rs
+++ b/examples/multilock.rs
@@ -48,7 +48,7 @@ mod app {
*s2 += 1;
*s3 += 1;
- hprintln!("Multiple locks, s1: {}, s2: {}, s3: {}", *s1, *s2, *s3).unwrap();
+ hprintln!("Multiple locks, s1: {}, s2: {}, s3: {}", *s1, *s2, *s3);
});
debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator