mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix this anchor
This commit is contained in:
parent
2a509580ea
commit
e79dd77b7a
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ mod app {
|
||||||
}
|
}
|
||||||
// ANCHOR_END: timeout_after_basic
|
// ANCHOR_END: timeout_after_basic
|
||||||
|
|
||||||
// ANCHOR: timeout_at
|
// ANCHOR: timeout_at_basic
|
||||||
// get the current time instance
|
// get the current time instance
|
||||||
let mut instant = Systick::now();
|
let mut instant = Systick::now();
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ mod app {
|
||||||
_ => hprintln!("timeout"),
|
_ => hprintln!("timeout"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ANCHOR_END: timeout_at
|
// ANCHOR_END: timeout_at_basic
|
||||||
|
|
||||||
debug::exit(debug::EXIT_SUCCESS);
|
debug::exit(debug::EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue