Skip to content

Commit

Permalink
Update systick.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis authored and korken89 committed Nov 10, 2023
1 parent af55048 commit 028a004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtic-monotonics/src/systick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
//!
//! | Feature | Tick rate | Precision |
//! |:----------------:|----------:|----------:|
//! | (none / default) | 1 Hz | 1 s |
//! | (none / default) | 1 kHz | 1 ms |
//! | systick-100hz | 100 Hz | 10 ms |
//! | systick-10khz | 10 KHz | 0.1 ms |
//! | systick-10khz | 10 kHz | 0.1 ms |
//! # Example
//!
Expand Down

0 comments on commit 028a004

Please sign in to comment.