fix: add a single error

This commit is contained in:
Oleksandr Babak 2025-05-15 18:28:49 +02:00 committed by Emil Fresk
parent b2764f5760
commit 8d7b85c836

View file

@ -1,5 +1,7 @@
#![no_main]
compile_error!("This should be the only error in the file");
#[rtic::app(device = lm3s6965)]
mod app {
#[shared]