diff options
Diffstat (limited to 'examples/binds.rs')
-rw-r--r-- | examples/binds.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/binds.rs b/examples/binds.rs index 0b30af65..56565cbe 100644 --- a/examples/binds.rs +++ b/examples/binds.rs @@ -34,7 +34,7 @@ mod app { rtic::pend(Interrupt::UART0); - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator loop { cortex_m::asm::nop(); |