diff options
author | 2020-05-19 18:00:13 +0000 | |
---|---|---|
committer | 2020-09-25 14:29:34 +0000 | |
commit | 5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea (patch) | |
tree | ec271ee6f0e88df4ba3294f99bef817c07e683cd /examples/t-cfg.rs | |
parent | c718413cb56f9c25d79c71e607079561923b1a05 (diff) | |
download | rtic-5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea.tar.gz rtic-5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea.tar.zst rtic-5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea.zip |
Modules using lower-case in examples
Diffstat (limited to 'examples/t-cfg.rs')
-rw-r--r-- | examples/t-cfg.rs | 2 |
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)] |