aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/test_new_monotonic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test_new_monotonic.rs b/examples/test_new_monotonic.rs
index 3323c09..6788346 100644
--- a/examples/test_new_monotonic.rs
+++ b/examples/test_new_monotonic.rs
@@ -8,7 +8,7 @@ use rtic::app;
#[app(device = lm3s6965, dispatchers = [UART])]
mod app {
- #[monotonic(binds = SomeISR1)]
+ #[monotonic(binds = SysTick)]
type MyMono1 = hal::Mono1;
#[monotonic(binds = SomeISR2, default = true)]