mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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();
|
instant += 1000.millis();
|
||||||
Systick::delay_until(instant).await;
|
Systick::delay_until(instant).await;
|
||||||
|
|
||||||
// absolute point it time for timeout
|
// absolute point in time for timeout
|
||||||
let timeout = instant + 500.millis();
|
let timeout = instant + 500.millis();
|
||||||
hprintln!("now is {:?}, timeout at {:?}", Systick::now(), timeout);
|
hprintln!("now is {:?}, timeout at {:?}", Systick::now(), timeout);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue