aboutsummaryrefslogtreecommitdiff
path: root/examples/not-send.rs
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-05-19 18:00:13 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-25 14:29:34 +0000
commit5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea (patch)
treeec271ee6f0e88df4ba3294f99bef817c07e683cd /examples/not-send.rs
parentc718413cb56f9c25d79c71e607079561923b1a05 (diff)
Modules using lower-case in examples
Diffstat (limited to 'examples/not-send.rs')
-rw-r--r--examples/not-send.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/not-send.rs b/examples/not-send.rs
index bcc049c..a296594 100644
--- a/examples/not-send.rs
+++ b/examples/not-send.rs
@@ -16,7 +16,7 @@ pub struct NotSend {
}
#[app(device = lm3s6965)]
-mod APP {
+mod app {
struct Resources {
#[init(None)]
shared: Option<NotSend>,