Skip to content

Commit

Permalink
Fixed typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m authored and marnovandermaas committed Apr 4, 2024
1 parent 8fc1808 commit f5c746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ip/timer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The time values in this block are 64 bits, which is why it has a high and a low
| 0x00 | Time low |
| 0x04 | Time high |
| 0x08 | Time compare low |
| 0x0C | Time comapre high |
| 0x0C | Time compare high |

The processor can set the time by writing to the time low and high registers and then set a time compare value to compare to.
Internally, the block increments the time by one each clock cycle.
Expand Down

0 comments on commit f5c746b

Please sign in to comment.