Fix comment in example

This commit is contained in:
Emil Fresk 2022-08-05 11:53:47 +02:00
parent bf54d4dc2b
commit 0321e9cfae

View file

@ -38,7 +38,7 @@ mod app {
}
}
// Infinite loops are not allowed in RTIC, however in async tasks they are - in there is an
// Infinite loops are not allowed in RTIC, however in async tasks they are - if there is an
// await inside the loop.
#[task]
async fn foo(_cx: foo::Context) {