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