Raise task1 priority to 1
This commit is contained in:
committed by
Emil Fresk
parent
654a0cdcc2
commit
0eb680cc92
+1
-1
@@ -58,7 +58,7 @@ mod app {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Add tasks
|
// TODO: Add tasks
|
||||||
#[task]
|
#[task(priority = 1)]
|
||||||
async fn task1(_cx: task1::Context) {
|
async fn task1(_cx: task1::Context) {
|
||||||
defmt::info!("Hello from task1!");
|
defmt::info!("Hello from task1!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user