diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 17:17:36 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 17:17:58 +0100 |
| commit | 75b05fb3447c449ed14648edbf8382d046acafea (patch) | |
| tree | f025105ae7449df92f5f42abda0d3bdf094e774d /embassy-time | |
| parent | 650f5661495e5c0d6fe25bd3742058a02ac0bae1 (diff) | |
time: docs improvements, add ci.
Diffstat (limited to 'embassy-time')
| -rw-r--r-- | embassy-time/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/README.md b/embassy-time/README.md index 20772f1d8..f5d46df7b 100644 --- a/embassy-time/README.md +++ b/embassy-time/README.md | |||
| @@ -21,7 +21,7 @@ All methods and structs transparently call into the active driver. This makes it | |||
| 21 | possible for libraries to use `embassy_time` in a driver-agnostic way without | 21 | possible for libraries to use `embassy_time` in a driver-agnostic way without |
| 22 | requiring generic parameters. | 22 | requiring generic parameters. |
| 23 | 23 | ||
| 24 | For more details, check the [`embassy_time_driver`] crate. | 24 | For more details, check the [`embassy_time_driver`](https://crates.io/crates/embassy-time-driver) crate. |
| 25 | 25 | ||
| 26 | ## Instants and Durations | 26 | ## Instants and Durations |
| 27 | 27 | ||
