diff options
Diffstat (limited to 'examples/init.rs')
-rw-r--r-- | examples/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/init.rs b/examples/init.rs index b8a5bc5b..7a101496 100644 --- a/examples/init.rs +++ b/examples/init.rs @@ -32,7 +32,7 @@ mod app { // to indicate that this is a critical seciton let _cs_token: bare_metal::CriticalSection = cx.cs; - hprintln!("init").unwrap(); + hprintln!("init"); debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator |