diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-09-02 00:58:31 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-09-02 00:59:34 +0200 |
commit | 5327b9c289ee69bf07ed384253d03d29af291285 (patch) | |
tree | 92c48f9f794b72e94b595bebd2ab21ec48accb14 /tests | |
parent | 835b69456d6a270e6d5c869da46c0df30fe54254 (diff) | |
download | embassy-5327b9c289ee69bf07ed384253d03d29af291285.zip |
time: add more tick rates, use 1mhz as default.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index f1441d00..d9cd3f12 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml @@ -15,7 +15,7 @@ stm32u585ai = ["embassy-stm32/stm32u585ai"] # IoT board [dependencies] embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["defmt"] } embassy-executor = { version = "0.1.0", path = "../../embassy-executor", features = ["defmt", "integrated-timers"] } -embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["defmt", "tick-32768hz"] } +embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["defmt", "tick-hz-32_768"] } embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-tim2"] } defmt = "0.3.0" |