diff options
| author | Gustav Toft <[email protected]> | 2024-05-30 09:56:09 +0200 |
|---|---|---|
| committer | Gustav Toft <[email protected]> | 2024-05-30 09:56:09 +0200 |
| commit | d3c3670a966cd68b8d2d46a732ab971390ec3006 (patch) | |
| tree | e0815debd51e1baa5b019049e0ea1b1a286f7742 /embassy-time-queue-driver | |
| parent | ab36329dce653a2ee20d32e9a5345799d9595202 (diff) | |
| parent | 50210e8cdc95c3c8bea150541cd8f15482450b1e (diff) | |
Merge branch 'main' of https://github.com/embassy-rs/embassy into fix_main
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. |
