mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Docs: Rename DelayUs to DelayNs in docs for macros. (#908)
This commit is contained in:
parent
4060c3def8
commit
fa2a5b449f
3 changed files with 23 additions and 9 deletions
|
|
@ -273,7 +273,7 @@ fn timer_queue_subtick_precision() {
|
|||
// then we will actually wait c subticks.
|
||||
// The important part is that c is never smaller than b,
|
||||
// in all cases, as that would violate the contract of
|
||||
// embedded-hal's DelayUs.
|
||||
// embedded-hal's DelayNs.
|
||||
|
||||
subtick_test!(0, 0, 0);
|
||||
subtick_test!(0, 1, 20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue