aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic/ui/custom_section.rs2
1 files changed, 2 insertions, 0 deletions
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]