This commit is contained in:
Fabian Wolter 2023-10-13 21:44:50 +02:00 committed by Emil Fresk
parent bedaae9395
commit 4fc6f4799e

View file

@ -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);