aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/task-priority-too-high.rs
blob: 8c32bebaa30fd0fb45501de892c677fceb0730ee (plain) (blame)
1
2
3
4
5
6
7
#![no_main]

#[rtic_macros::mock_app(device = mock)]
mod app {
    #[task(priority = 256)]
    fn foo(_: foo::Context) {}
}