diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 02:26:34 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 20:22:45 +0100 |
| commit | 44af1366056a06247b3ee0f153d5274cb4658c43 (patch) | |
| tree | 068745d06e1bb191e0ef90a9f09c8b0c3cbc0ca5 /rtic-monotonics/src/lib.rs | |
| parent | 5dc2c1d351d75d150d671994b1c67b2c0f9d16a0 (diff) | |
CFG: Align all crates to use hyphen
Diffstat (limited to 'rtic-monotonics/src/lib.rs')
| -rw-r--r-- | rtic-monotonics/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/src/lib.rs b/rtic-monotonics/src/lib.rs index 7e513f8..a8068ce 100644 --- a/rtic-monotonics/src/lib.rs +++ b/rtic-monotonics/src/lib.rs @@ -9,7 +9,7 @@ pub use rtic_time::{Monotonic, TimeoutError, TimerQueue}; -#[cfg(feature = "cortex_m_systick")] +#[cfg(feature = "cortex-m-systick")] pub mod systick; #[cfg(feature = "rp2040")] |
