aboutsummaryrefslogtreecommitdiff
path: root/examples/hardware.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hardware.rs')
-rw-r--r--examples/hardware.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hardware.rs b/examples/hardware.rs
index 7926650c..831b029c 100644
--- a/examples/hardware.rs
+++ b/examples/hardware.rs
@@ -10,7 +10,7 @@ use lm3s6965::Interrupt;
use panic_semihosting as _;
#[rtic::app(device = lm3s6965)]
-mod APP {
+mod app {
#[init]
fn init(_: init::Context) {
// Pends the UART0 interrupt but its handler won't run until *after*