Skip to content

Commit

Permalink
change time units in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maclark88 committed Jun 1, 2023
1 parent 8ddbfa5 commit 1df421a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ First, create some [shim](https://en.wikipedia.org/wiki/Shim_(computing)) functi
// ...
}

/* required, return system tick, unit is millisecond */
uint32_t isotp_user_get_ms(void) {
/* required, return system tick, unit is micro-second */
uint32_t isotp_user_get_us(void) {
// ...
}

Expand Down

0 comments on commit 1df421a

Please sign in to comment.