#![no_main] #[rtic_macros::mock_app(device = mock)] mod app { #[shared] struct Shared { pub x: u32, } }