diff options
| author | Peter Krull <[email protected]> | 2024-09-23 19:02:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-23 19:02:59 +0200 |
| commit | a2c473306f4a7c8e99add2546450ab3a7a97436e (patch) | |
| tree | 5522a708e492db7d4632dc0a56fe5057244f03f0 /embassy-time-queue-driver | |
| parent | e02a987bafd4f0fcf9d80e7c4f6e1504b8b02cec (diff) | |
| parent | 2935290a6222536d6341103f91bfd732165d3862 (diff) | |
Merge branch 'embassy-rs:main' into multi-signal
Diffstat (limited to 'embassy-time-queue-driver')
| -rw-r--r-- | embassy-time-queue-driver/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time-queue-driver/README.md b/embassy-time-queue-driver/README.md index 8852b0358..b9fb12d94 100644 --- a/embassy-time-queue-driver/README.md +++ b/embassy-time-queue-driver/README.md | |||
| @@ -4,5 +4,5 @@ This crate contains the driver trait used by the [`embassy-time`](https://crates | |||
| 4 | 4 | ||
| 5 | You should rarely need to use this crate directly. Only use it when implementing your own timer queue. | 5 | You should rarely need to use this crate directly. Only use it when implementing your own timer queue. |
| 6 | 6 | ||
| 7 | There is two timer queue implementations, one in `embassy-time` enabled by the `generic-queue` feature, and | 7 | There is two timer queue implementations, one in `embassy-time` enabled by the `generic-queue` feature, and |
| 8 | another in `embassy-executor` enabled by the `integrated-timers` feature. | 8 | another in `embassy-executor` enabled by the `integrated-timers` feature. |
