aboutsummaryrefslogtreecommitdiff
path: root/examples/cfg-whole-task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cfg-whole-task.rs')
-rw-r--r--examples/cfg-whole-task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cfg-whole-task.rs b/examples/cfg-whole-task.rs
index 3fbdb2d1..213fe13f 100644
--- a/examples/cfg-whole-task.rs
+++ b/examples/cfg-whole-task.rs
@@ -43,7 +43,7 @@ mod app {
#[idle]
fn idle(_: idle::Context) -> ! {
- debug::exit(debug::EXIT_SUCCESS);
+ debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator
loop {
cortex_m::asm::nop();