diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-13 18:42:48 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 19:19:49 +0200 |
| commit | 822eaabec01441b626ae6874aa9897843b9a69a1 (patch) | |
| tree | 78b1de06cc1e631273554115e8249a5790d98008 /rtic-time/src/monotonic.rs | |
| parent | dcbd7ce97024eb20a1e2331ba68435370bdd9129 (diff) | |
rtic-time: Docs
Diffstat (limited to 'rtic-time/src/monotonic.rs')
| -rw-r--r-- | rtic-time/src/monotonic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-time/src/monotonic.rs b/rtic-time/src/monotonic.rs index 513cc07..ad79bf2 100644 --- a/rtic-time/src/monotonic.rs +++ b/rtic-time/src/monotonic.rs @@ -1,4 +1,4 @@ -//! ... +//! A monotonic clock / counter definition. /// # A monotonic clock / counter definition. /// |
