mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
CFG: Align all crates to use hyphen
This commit is contained in:
parent
5dc2c1d351
commit
44af136605
6 changed files with 20 additions and 20 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue