Skip to content

Commit

Permalink
Merge pull request #18 from maclark88/master
Browse files Browse the repository at this point in the history
change time units in readme
  • Loading branch information
SimonCahill authored Jun 3, 2023
2 parents 8ddbfa5 + 1df421a commit e6dbe8e
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 e6dbe8e

Please sign in to comment.