diff options
Diffstat (limited to 'examples/ramfunc.rs')
-rw-r--r-- | examples/ramfunc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ramfunc.rs b/examples/ramfunc.rs index ecff8530..54acd7e8 100644 --- a/examples/ramfunc.rs +++ b/examples/ramfunc.rs @@ -36,7 +36,7 @@ mod app { fn foo(_: foo::Context) { hprintln!("foo").unwrap(); - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator } // run this task from RAM |