Raise task1 priority to 1

This commit is contained in:
Henrik Tjäder
2023-07-05 18:47:51 +00:00
committed by Emil Fresk
parent 654a0cdcc2
commit 0eb680cc92
+1 -1
View File
@@ -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!");
} }