aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshufps <[email protected]>2024-01-14 22:48:50 +0100
committershufps <[email protected]>2024-01-15 08:11:35 +0100
commit2b649136644eb49b8c22c3b1ddb98bcd6d043b3f (patch)
tree0ab9045ce108afc38ca9ba75974d2c609e08aaa9
parent4e2361c024187d2ddba8596b05f013ad8a52a28c (diff)
fixed tim21
-rw-r--r--embassy-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 1280f372e..865970dfb 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -140,7 +140,7 @@ time-driver-tim12 = ["_time-driver"]
140## Use TIM15 as time driver 140## Use TIM15 as time driver
141time-driver-tim15 = ["_time-driver"] 141time-driver-tim15 = ["_time-driver"]
142## Use TIM21 as time driver 142## Use TIM21 as time driver
143time-driver-tim22 = ["_time-driver"] 143time-driver-tim21 = ["_time-driver"]
144## Use TIM22 as time driver 144## Use TIM22 as time driver
145time-driver-tim22 = ["_time-driver"] 145time-driver-tim22 = ["_time-driver"]
146 146