diff options
| author | Robin Mueller <[email protected]> | 2025-09-23 13:55:55 +0200 |
|---|---|---|
| committer | Robin Mueller <[email protected]> | 2025-09-23 13:55:55 +0200 |
| commit | 99febbe3a42ac05b723e6e76088d159eb0acfa5e (patch) | |
| tree | c27843242e930cd6d15cdb7e3456d83df4671430 /embassy-embedded-hal/src | |
| parent | de5dd10a5832b330465d93399b3a9cb761e24029 (diff) | |
more docs fixes
Diffstat (limited to 'embassy-embedded-hal/src')
| -rw-r--r-- | embassy-embedded-hal/src/adapter/yielding_async.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-embedded-hal/src/adapter/yielding_async.rs b/embassy-embedded-hal/src/adapter/yielding_async.rs index 87f822a63..e0ca3aedc 100644 --- a/embassy-embedded-hal/src/adapter/yielding_async.rs +++ b/embassy-embedded-hal/src/adapter/yielding_async.rs | |||
| @@ -2,7 +2,7 @@ use embassy_futures::yield_now; | |||
| 2 | 2 | ||
| 3 | /// Wrapper that yields for each operation to the wrapped instance | 3 | /// Wrapper that yields for each operation to the wrapped instance |
| 4 | /// | 4 | /// |
| 5 | /// This can be used in combination with BlockingAsync<T> to enforce yields | 5 | /// This can be used in combination with [super::BlockingAsync] to enforce yields |
| 6 | /// between long running blocking operations. | 6 | /// between long running blocking operations. |
| 7 | pub struct YieldingAsync<T> { | 7 | pub struct YieldingAsync<T> { |
| 8 | wrapped: T, | 8 | wrapped: T, |
