mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
fix: add a single error
This commit is contained in:
parent
b2764f5760
commit
8d7b85c836
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#![no_main]
|
||||
|
||||
compile_error!("This should be the only error in the file");
|
||||
|
||||
#[rtic::app(device = lm3s6965)]
|
||||
mod app {
|
||||
#[shared]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue