Skip to content

Commit 20019c1

Browse files
committed
zephyr: sys: thread: Fix missing link in doc
Fix this to avoid failing doc generation. Signed-off-by: David Brown <[email protected]>
1 parent fb57d29 commit 20019c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zephyr/src/sys/thread.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ impl Thread {
233233
/// Safe use follows similar requirements to using this safely from within C code. Passing Rust
234234
/// values through this interface is difficult to get right, and it is generally recommended to
235235
/// use [`spawn`].
236+
///
237+
/// [`spawn`]: Self::spawn
236238
pub unsafe fn simple_spawn(
237239
mut self,
238240
child: k_thread_entry_t,

0 commit comments

Comments
 (0)