aboutsummaryrefslogtreecommitdiff
path: root/examples/cancel-reschedule.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cancel-reschedule.rs')
-rw-r--r--examples/cancel-reschedule.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cancel-reschedule.rs b/examples/cancel-reschedule.rs
index e0bdaae8..a38a9c4e 100644
--- a/examples/cancel-reschedule.rs
+++ b/examples/cancel-reschedule.rs
@@ -25,7 +25,7 @@ mod app {
fn init(cx: init::Context) -> (Shared, Local, init::Monotonics) {
let systick = cx.core.SYST;
- // Initialize the monotonic
+ // Initialize the monotonic (SysTick rate in QEMU is 12 MHz)
let mono = Systick::new(systick, 12_000_000);
hprintln!("init").ok();