aboutsummaryrefslogtreecommitdiff
path: root/examples/t-binds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/t-binds.rs')
-rw-r--r--examples/t-binds.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-binds.rs b/examples/t-binds.rs
index 8634c759..7d7bd7d2 100644
--- a/examples/t-binds.rs
+++ b/examples/t-binds.rs
@@ -8,7 +8,7 @@
use panic_halt as _;
#[rtic::app(device = lm3s6965)]
-mod APP {
+mod app {
#[init]
fn init(_: init::Context) {}