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/stm32l1 | |
parent | 34a8a64bf54fb500d34a180062f46c0d692d806b (diff) | |
download | embassy-962fabe5c9aa98ce073b362cf417e4ef3572861f.zip |
examples/stm32*, tests/stm32: specify time-tick-32768hz
Diffstat (limited to 'examples/stm32l1')
-rw-r--r-- | examples/stm32l1/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l1/Cargo.toml b/examples/stm32l1/Cargo.toml index ce6b0772..80e6f390 100644 --- a/examples/stm32l1/Cargo.toml +++ b/examples/stm32l1/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"] } +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", "stm32l151cb-a", "time-driver-any", "memory-x"] } defmt = "0.3" |