diff options
author | Will Glynn <will@willglynn.com> | 2022-05-30 20:16:56 -0500 |
---|---|---|
committer | Will Glynn <will@willglynn.com> | 2022-05-31 16:14:23 -0500 |
commit | 962fabe5c9aa98ce073b362cf417e4ef3572861f (patch) | |
tree | 62b9dc4dc5552455d7e55d418e64c39157bfc935 /examples/stm32h7/Cargo.toml | |
parent | 34a8a64bf54fb500d34a180062f46c0d692d806b (diff) | |
download | embassy-962fabe5c9aa98ce073b362cf417e4ef3572861f.zip |
examples/stm32*, tests/stm32: specify time-tick-32768hz
Diffstat (limited to 'examples/stm32h7/Cargo.toml')
-rw-r--r-- | examples/stm32h7/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index 8cfd2a67..8026e11b 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" resolver = "2" [dependencies] -embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "unstable-traits"] } +embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "unstable-traits", "time-tick-32768hz"] } embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32h743bi", "net", "time-driver-any", "exti", "unstable-pac", "unstable-traits"] } embassy-net = { path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet", "pool-16"] } embedded-io = { version = "0.3.0", features = ["async"] } |