diff options
Diffstat (limited to 'examples/smallest.rs')
-rw-r--r-- | examples/smallest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/smallest.rs b/examples/smallest.rs index ec3fa970..b8cbf87e 100644 --- a/examples/smallest.rs +++ b/examples/smallest.rs @@ -7,4 +7,4 @@ use panic_semihosting as _; // panic handler use rtic::app; #[app(device = lm3s6965)] -const APP: () = {}; +mod app {} |