diff options
Diffstat (limited to 'ui/single/task-priority-too-high.rs')
-rw-r--r-- | ui/single/task-priority-too-high.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/single/task-priority-too-high.rs b/ui/single/task-priority-too-high.rs index ed7dd869..c01d685b 100644 --- a/ui/single/task-priority-too-high.rs +++ b/ui/single/task-priority-too-high.rs @@ -3,7 +3,7 @@ use rtic::app; #[rtic::app(device = lm3s6965)] -mod APP { +mod app { #[init] fn init(_: init::Context) {} |