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