CFG: Align all crates to use hyphen

This commit is contained in:
Henrik Tjäder 2023-03-04 02:26:34 +01:00
parent 5dc2c1d351
commit 44af136605
6 changed files with 20 additions and 20 deletions

View file

@ -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"]