diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-08 19:56:47 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:28 +0100 |
| commit | 35c97b61c17a30de675eb1c7f852a100b200a0c2 (patch) | |
| tree | a4228d68aeab2f5aa32b26649e5664d20adfa729 /examples/binds.rs | |
| parent | ceaf3613d3256f60b139a4f93220e3c298603b83 (diff) | |
All examples pass with `cargo xtask --target all`
Diffstat (limited to 'examples/binds.rs')
| -rw-r--r-- | examples/binds.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/binds.rs b/examples/binds.rs index d78dffb..0c1ed97 100644 --- a/examples/binds.rs +++ b/examples/binds.rs @@ -34,10 +34,9 @@ mod app { rtic::pend(Interrupt::UART0); - debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator - loop { cortex_m::asm::nop(); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator } } |
