diff options
Diffstat (limited to 'ui/single/resources-cfg.rs')
-rw-r--r-- | ui/single/resources-cfg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/single/resources-cfg.rs b/ui/single/resources-cfg.rs index 163927e0..f2569e92 100644 --- a/ui/single/resources-cfg.rs +++ b/ui/single/resources-cfg.rs @@ -1,4 +1,5 @@ #![no_main] +use panic_halt as _; #[rtic::app(device = lm3s6965)] mod app { |