aboutsummaryrefslogtreecommitdiff
path: root/examples/t-cfg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/t-cfg.rs')
-rw-r--r--examples/t-cfg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-cfg.rs b/examples/t-cfg.rs
index da9a4910..7caabe2c 100644
--- a/examples/t-cfg.rs
+++ b/examples/t-cfg.rs
@@ -6,7 +6,7 @@
use panic_halt as _;
#[rtic::app(device = lm3s6965, monotonic = rtic::cyccnt::CYCCNT)]
-mod APP {
+mod app {
struct Resources {
#[cfg(never)]
#[init(0)]