mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Annotate the resource struct
This commit is contained in:
parent
d7bd8c838a
commit
fa4dcdd6e1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ use rtic::cyccnt::U32Ext;
|
|||
#[rtic::app(device = lm3s6965, monotonic = rtic::cyccnt::CYCCNT)]
|
||||
mod app {
|
||||
|
||||
#[resources]
|
||||
struct Resources {
|
||||
nothing: (),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue