aboutsummaryrefslogtreecommitdiff
path: root/ui/task-priority-too-high.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/task-priority-too-high.rs')
-rw-r--r--ui/task-priority-too-high.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/task-priority-too-high.rs b/ui/task-priority-too-high.rs
index 0d903d3a..46ab5617 100644
--- a/ui/task-priority-too-high.rs
+++ b/ui/task-priority-too-high.rs
@@ -10,7 +10,7 @@ mod app {
#[init]
fn init(cx: init::Context) -> (Shared, Local, init::Monotonics) {
- (Shared {}, Local {}, init::Monotonics {})
+ (Shared {}, Local {}, init::Monotonics())
}
#[task(binds = GPIOA, priority = 1)]