mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 14:25:18 +01:00
Fix zero prio tasks when all async tasks have default (no) arguments
This commit is contained in:
parent
cfac6d1d90
commit
67d5ade4fd
10 changed files with 33 additions and 17 deletions
|
|
@ -242,7 +242,7 @@ pub struct SoftwareTaskArgs {
|
|||
impl Default for SoftwareTaskArgs {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
priority: 1,
|
||||
priority: 0,
|
||||
local_resources: LocalResources::new(),
|
||||
shared_resources: SharedResources::new(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue