examples/stm32*, tests/stm32: specify time-tick-32768hz

This commit is contained in:
Will Glynn
2022-05-30 20:16:56 -05:00
parent 34a8a64bf5
commit 962fabe5c9
18 changed files with 66 additions and 66 deletions

View File

@ -6,7 +6,7 @@ version = "0.1.0"
resolver = "2"
[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime"] }
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] }
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "time-driver-any", "stm32g491re", "memory-x", "unstable-pac", "exti"] }
embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }