aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/idle-not-divergent.rs
blob: d1ae8b1da81d8a955aab658565ed038eae7b10c5 (plain) (blame)
1
2
3
4
5
6
7
#![no_main]

#[rtic_macros::mock_app(device = mock)]
mod app {
    #[idle]
    fn idle(_: idle::Context) {}
}