Annotate the resource struct

This commit is contained in:
Henrik Tjäder 2020-09-29 11:56:11 +00:00
parent d7bd8c838a
commit fa4dcdd6e1

View file

@ -11,6 +11,7 @@ use rtic::cyccnt::U32Ext;
#[rtic::app(device = lm3s6965, monotonic = rtic::cyccnt::CYCCNT)]
mod app {
#[resources]
struct Resources {
nothing: (),
}