mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
rtic-monotonics: Simplify features, default is 1kHz
Make 100 Hz or 10 kHz opt in through features, which are meant for testing primarily.
This commit is contained in:
parent
ace010f4e9
commit
858160a55d
4 changed files with 18 additions and 13 deletions
|
|
@ -22,10 +22,8 @@ embedded-hal-async = "0.2.0-alpha.0"
|
|||
fugit = { version = "0.3.6", features = ["defmt"] }
|
||||
rtic-time = { version = "1.0.0-alpha.0", path = "../rtic-time" }
|
||||
atomic-polyfill = "1"
|
||||
cfg-if = "1.0.0"
|
||||
|
||||
[features]
|
||||
default = ["systick_1khz"]
|
||||
|
||||
systick_100hz = []
|
||||
systick_1khz = []
|
||||
systick_10khz = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue