diff options
| author | Dániel Buga <[email protected]> | 2024-11-26 23:54:21 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-10 21:31:42 +0100 |
| commit | 5a5495aac43d75610735f2ca80fb6c8e8f31ed71 (patch) | |
| tree | 7a4336917894730692589359e9d1a285ec5a0a05 /embassy-executor/Cargo.toml | |
| parent | 406d377b7564d16e12b7fae4f42c0c709bf4f243 (diff) | |
Refactor integrated-timers
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 0a5360e5d..862d25b59 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -68,7 +68,7 @@ nightly = ["embassy-executor-macros/nightly"] | |||
| 68 | turbowakers = [] | 68 | turbowakers = [] |
| 69 | 69 | ||
| 70 | ## Use the executor-integrated `embassy-time` timer queue. | 70 | ## Use the executor-integrated `embassy-time` timer queue. |
| 71 | integrated-timers = ["dep:embassy-time-driver", "dep:embassy-time-queue-driver"] | 71 | integrated-timers = ["dep:embassy-time-driver"] |
| 72 | 72 | ||
| 73 | #! ### Architecture | 73 | #! ### Architecture |
| 74 | _arch = [] # some arch was picked | 74 | _arch = [] # some arch was picked |
