diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-05-19 18:00:13 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-09-25 14:29:34 +0000 |
| commit | 5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea (patch) | |
| tree | ec271ee6f0e88df4ba3294f99bef817c07e683cd /examples/t-init-main.rs | |
| parent | c718413cb56f9c25d79c71e607079561923b1a05 (diff) | |
Modules using lower-case in examples
Diffstat (limited to 'examples/t-init-main.rs')
| -rw-r--r-- | examples/t-init-main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-init-main.rs b/examples/t-init-main.rs index 040c72f..b4f126b 100644 --- a/examples/t-init-main.rs +++ b/examples/t-init-main.rs @@ -7,7 +7,7 @@ use cortex_m_semihosting::debug; use panic_semihosting as _; #[rtic::app(device = lm3s6965)] -mod APP { +mod app { #[init] fn main(_: main::Context) { debug::exit(debug::EXIT_SUCCESS); |
