mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update systick.rs
This commit is contained in:
parent
af550483f5
commit
028a0046bc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue