aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/src
diff options
context:
space:
mode:
authorCaleb Jamison <[email protected]>2024-01-31 16:28:06 -0500
committerCaleb Jamison <[email protected]>2024-01-31 16:28:06 -0500
commit0ab0b5590a0b07756ceaed9b26c78a6a821b34d5 (patch)
tree4726999ebd67c91cea32afc31e8e0aa2e2198b1a /embassy-time/src
parent8b7d85619537fc20ad7ad533433d84ba4975ddc4 (diff)
Fixup docs
Diffstat (limited to 'embassy-time/src')
-rw-r--r--embassy-time/src/timer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/timer.rs b/embassy-time/src/timer.rs
index bcd6bf4f7..daa4c1699 100644
--- a/embassy-time/src/timer.rs
+++ b/embassy-time/src/timer.rs
@@ -8,7 +8,7 @@ use futures_util::{pin_mut, Stream};
8 8
9use crate::{Duration, Instant}; 9use crate::{Duration, Instant};
10 10
11/// Error returned by [`with_timeout`] and [`timeout_at`] on timeout. 11/// Error returned by [`with_timeout`] and [`with_deadline`] on timeout.
12#[derive(Debug, Clone, PartialEq, Eq)] 12#[derive(Debug, Clone, PartialEq, Eq)]
13#[cfg_attr(feature = "defmt", derive(defmt::Format))] 13#[cfg_attr(feature = "defmt", derive(defmt::Format))]
14pub struct TimeoutError; 14pub struct TimeoutError;