mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
fix idle::Resources::new
it assumed that all resources were "early" resources
This commit is contained in:
parent
a190da3e3f
commit
2415a640af
2 changed files with 13 additions and 2 deletions
|
|
@ -32,6 +32,11 @@ app! {
|
|||
static PORT: u16;
|
||||
},
|
||||
|
||||
idle: {
|
||||
// Test that late resources can be used in idle
|
||||
resources: [IP_ADDRESS],
|
||||
}
|
||||
|
||||
tasks: {
|
||||
SYS_TICK: {
|
||||
priority: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue