aboutsummaryrefslogtreecommitdiff
path: root/examples/systic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/systic.rs')
-rw-r--r--examples/systic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/systic.rs b/examples/systic.rs
index 0e2fda8e..25499965 100644
--- a/examples/systic.rs
+++ b/examples/systic.rs
@@ -14,7 +14,7 @@ const APP: () = {
#[init]
fn init(cx: init::Context) {
let mut syst = cx.core.SYST;
- syst.set_reload(10000);
+ syst.set_reload(100000);
syst.enable_interrupt();
syst.enable_counter();