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 97e3c513..b8a5bc5b 100644 --- a/examples/init.rs +++ b/examples/init.rs @@ -34,7 +34,7 @@ mod app { hprintln!("init").unwrap(); - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator (Shared {}, Local {}, init::Monotonics()) } |