From e47914ee50b838cceca77cd881dce9caaf689901 Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Tue, 11 Apr 2023 13:10:26 -0700 Subject: remove vis restriction for local and shared resources --- rtic-macros/ui/shared-pub.rs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 rtic-macros/ui/shared-pub.rs (limited to 'rtic-macros/ui/shared-pub.rs') diff --git a/rtic-macros/ui/shared-pub.rs b/rtic-macros/ui/shared-pub.rs deleted file mode 100644 index 10351fd..0000000 --- a/rtic-macros/ui/shared-pub.rs +++ /dev/null @@ -1,9 +0,0 @@ -#![no_main] - -#[rtic_macros::mock_app(device = mock)] -mod app { - #[shared] - struct Shared { - pub x: u32, - } -} -- cgit v1.2.3