From 8d7b85c8368b5ad1c95f3e06e2c2c1529bcc3484 Mon Sep 17 00:00:00 2001 From: Oleksandr Babak Date: Thu, 15 May 2025 18:28:49 +0200 Subject: fix: add a single error --- rtic/ui/custom_section.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtic/ui/custom_section.rs b/rtic/ui/custom_section.rs index 308654f..cb1b81f 100644 --- a/rtic/ui/custom_section.rs +++ b/rtic/ui/custom_section.rs @@ -1,5 +1,7 @@ #![no_main] +compile_error!("This should be the only error in the file"); + #[rtic::app(device = lm3s6965)] mod app { #[shared] -- cgit v1.2.3