aboutsummaryrefslogtreecommitdiff
path: root/examples/destructure.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/destructure.rs')
-rw-r--r--examples/destructure.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/destructure.rs b/examples/destructure.rs
index da0a4c1d..131c07fb 100644
--- a/examples/destructure.rs
+++ b/examples/destructure.rs
@@ -10,7 +10,7 @@ use lm3s6965::Interrupt;
use panic_semihosting as _;
#[rtic::app(device = lm3s6965)]
-mod APP {
+mod app {
struct Resources {
// Some resources to work with
#[init(0)]