diff options
-rw-r--r-- | ui/single/resources-cfg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/single/resources-cfg.rs b/ui/single/resources-cfg.rs index e41ce421..163927e0 100644 --- a/ui/single/resources-cfg.rs +++ b/ui/single/resources-cfg.rs @@ -2,6 +2,7 @@ #[rtic::app(device = lm3s6965)] mod app { + #[resources] struct Resources { #[cfg(never)] #[init(0)] |