mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Fix typo
This commit is contained in:
parent
bedaae9395
commit
4fc6f4799e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ mod app {
|
|||
instant += 1000.millis();
|
||||
Systick::delay_until(instant).await;
|
||||
|
||||
// absolute point it time for timeout
|
||||
// absolute point in time for timeout
|
||||
let timeout = instant + 500.millis();
|
||||
hprintln!("now is {:?}, timeout at {:?}", Systick::now(), timeout);
|
||||
|
||||
|
|
Loading…
Reference in a new issue