aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-03-04 02:26:34 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-04 20:22:45 +0100
commit44af1366056a06247b3ee0f153d5274cb4658c43 (patch)
tree068745d06e1bb191e0ef90a9f09c8b0c3cbc0ca5 /rtic-monotonics/Cargo.toml
parent5dc2c1d351d75d150d671994b1c67b2c0f9d16a0 (diff)
CFG: Align all crates to use hyphen
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index d60b68c..c961c05 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -30,9 +30,9 @@ default = []
defmt = ["fugit/defmt"]
# Systick on Cortex-M, default 1 kHz
-cortex_m_systick = ["dep:cortex-m"]
-systick_100hz = []
-systick_10khz = []
+cortex-m-systick = ["dep:cortex-m"]
+systick-100hz = []
+systick-10khz = []
# Timer peripheral on the RP2040
rp2040 = ["dep:rp2040-pac"]