mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Fix comment in example
This commit is contained in:
parent
bf54d4dc2b
commit
0321e9cfae
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue