Skip to content

Commit f26a507

Browse files
committed
zephyr: Documentation fixes
Fix various broken links in documentation comments. Signed-off-by: David Brown <[email protected]>
1 parent 4bc73bb commit f26a507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/src/embassy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
//!
7272
//! ## Caveats
7373
//!
74-
//! [`Semaphore::take_async`]: crate::sys::sync::Semaphore::take_async
74+
//! The executor currently doesn't support async waits on Zephyr primitives, such as Semaphore.
7575
7676
#[cfg(feature = "time-driver")]
7777
mod time_driver;

0 commit comments

Comments
 (0)