diff options
Diffstat (limited to 'macros/ui/init-double-shared.rs')
| -rw-r--r-- | macros/ui/init-double-shared.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/macros/ui/init-double-shared.rs b/macros/ui/init-double-shared.rs deleted file mode 100644 index 4503c87..0000000 --- a/macros/ui/init-double-shared.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![no_main] - -#[rtic_macros::mock_app(device = mock)] -mod app { - #[init(shared = [A], shared = [B])] - fn init(_: init::Context) {} -} |
