Skip to content

Commit d549230

Browse files
committed
review: clarify it's a low-resolution timer.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 76a339d commit d549230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

abi-versions/v0.2.1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ Returned `errno` value is:
417417
* returns:
418418
- `i32 (`[`proxy_status_t`]`) status`
419419

420-
Sets timer period (`tick_period`). When set, the host will call
421-
[`proxy_on_tick`] every `tick_period` milliseconds.
420+
Sets a low-resolution timer period (`tick_period`).
422421

423-
Setting `tick_period` to `0` disables the timer.
422+
When set, the host will call [`proxy_on_tick`] every `tick_period`
423+
milliseconds. Setting `tick_period` to `0` disables the timer.
424424

425425
Returned `status` value is:
426426
- `OK` on success.

0 commit comments

Comments
 (0)