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:
Henrik Tjäder 2023-02-04 10:14:12 +01:00
parent ace010f4e9
commit 858160a55d
4 changed files with 18 additions and 13 deletions

View file

@ -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 = []