aboutsummaryrefslogtreecommitdiff
path: root/embassy-time
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 17:17:36 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 17:17:58 +0100
commit75b05fb3447c449ed14648edbf8382d046acafea (patch)
treef025105ae7449df92f5f42abda0d3bdf094e774d /embassy-time
parent650f5661495e5c0d6fe25bd3742058a02ac0bae1 (diff)
time: docs improvements, add ci.
Diffstat (limited to 'embassy-time')
-rw-r--r--embassy-time/README.md2
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
21possible for libraries to use `embassy_time` in a driver-agnostic way without 21possible for libraries to use `embassy_time` in a driver-agnostic way without
22requiring generic parameters. 22requiring generic parameters.
23 23
24For more details, check the [`embassy_time_driver`] crate. 24For 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