aboutsummaryrefslogtreecommitdiff
path: root/examples/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/types.rs')
-rw-r--r--examples/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/types.rs b/examples/types.rs
index 8c612b2..cd7e8a2 100644
--- a/examples/types.rs
+++ b/examples/types.rs
@@ -11,6 +11,7 @@ use rtic::cyccnt;
#[rtic::app(device = lm3s6965, peripherals = true, monotonic = rtic::cyccnt::CYCCNT)]
mod app {
+ #[resources]
struct Resources {
#[init(0)]
shared: u32,