Update systick.rs

This commit is contained in:
Finomnis 2023-11-09 17:48:38 +01:00 committed by Emil Fresk
parent af550483f5
commit 028a0046bc

View file

@ -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
//!