mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix spelling on "cortex_m_systick"
This commit is contained in:
parent
b566a89393
commit
60d5e9e1db
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pub use rtic_time::{Monotonic, TimeoutError, TimerQueue};
|
||||
|
||||
#[cfg(feature = "cortex_m_sytick")]
|
||||
#[cfg(feature = "cortex_m_systick")]
|
||||
pub mod systick;
|
||||
|
||||
#[cfg(feature = "rp2040")]
|
||||
|
|
Loading…
Reference in a new issue