diff options
Diffstat (limited to 'examples/not-sync.rs')
-rw-r--r-- | examples/not-sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/not-sync.rs b/examples/not-sync.rs index 1510e504..aa79ad56 100644 --- a/examples/not-sync.rs +++ b/examples/not-sync.rs @@ -30,7 +30,7 @@ mod app { #[init] fn init(_: init::Context) -> (Shared, Local, init::Monotonics) { - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator ( Shared { |