From 8df2ec11b0ee3209678dcc1b1a5baa479fa1dfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 22 Apr 2020 10:58:14 +0000 Subject: Examples using mod instead of const --- examples/smallest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/smallest.rs') diff --git a/examples/smallest.rs b/examples/smallest.rs index ec3fa97..d6f3b66 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 {} -- cgit v1.2.3