aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/twis.rs
diff options
context:
space:
mode:
authorRobin Mueller <[email protected]>2025-09-23 11:21:57 +0200
committerRobin Mueller <[email protected]>2025-09-23 13:44:06 +0200
commit9ae4edfa73d33f6fe66eb70a896b14267f6cdec2 (patch)
tree36acda02d421b05b8633c2c8dfd48efaf44e8e48 /embassy-nrf/src/twis.rs
parentf3f29cdd531f5329d797c29af66c4aac1acd7574 (diff)
doc fixes
Diffstat (limited to 'embassy-nrf/src/twis.rs')
-rw-r--r--embassy-nrf/src/twis.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/twis.rs b/embassy-nrf/src/twis.rs
index 3e4d537ae..c77d0f048 100644
--- a/embassy-nrf/src/twis.rs
+++ b/embassy-nrf/src/twis.rs
@@ -700,7 +700,7 @@ impl<'d, T: Instance> Twis<'d, T> {
700 700
701 /// Respond to an I2C master READ command with timeout. 701 /// Respond to an I2C master READ command with timeout.
702 /// Returns the number of bytes written. 702 /// Returns the number of bytes written.
703 /// See [`blocking_respond_to_read`]. 703 /// See [Self::blocking_respond_to_read].
704 #[cfg(feature = "time")] 704 #[cfg(feature = "time")]
705 pub fn blocking_respond_to_read_timeout(&mut self, buffer: &[u8], timeout: Duration) -> Result<usize, Error> { 705 pub fn blocking_respond_to_read_timeout(&mut self, buffer: &[u8], timeout: Duration) -> Result<usize, Error> {
706 self.setup_respond(buffer, false)?; 706 self.setup_respond(buffer, false)?;