diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-09-04 22:13:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-04 22:13:34 +0000 |
commit | 22c32b5d5ccaea49d6cf9a08a88433928c1609d3 (patch) | |
tree | f70bf2b80e653c61833d5b8f566a90cb00659c0a /examples/stm32l5/Cargo.toml | |
parent | 107bb0946af78ee07a274f498c777d3af92b4280 (diff) | |
parent | 5327b9c289ee69bf07ed384253d03d29af291285 (diff) | |
download | embassy-22c32b5d5ccaea49d6cf9a08a88433928c1609d3.zip |
Merge #939
939: time: add more tick rates, use 1mhz as default. r=Dirbaio a=Dirbaio
Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
Diffstat (limited to 'examples/stm32l5/Cargo.toml')
-rw-r--r-- | examples/stm32l5/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l5/Cargo.toml b/examples/stm32l5/Cargo.toml index c4ff8f3b..c451bd22 100644 --- a/examples/stm32l5/Cargo.toml +++ b/examples/stm32l5/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" [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", "defmt-timestamp-uptime", "tick-32768hz"] } +embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "stm32l552ze", "time-driver-any", "exti", "unstable-traits", "memory-x"] } embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"] } embassy-usb-serial = { version = "0.1.0", path = "../../embassy-usb-serial", features = ["defmt"] } |