Skip to content

Commit

Permalink
zephyr: sys: thread: Fix missing link in doc
Browse files Browse the repository at this point in the history
Fix this to avoid failing doc generation.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Feb 4, 2025
1 parent fb57d29 commit 20019c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zephyr/src/sys/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ impl Thread {
/// Safe use follows similar requirements to using this safely from within C code. Passing Rust
/// values through this interface is difficult to get right, and it is generally recommended to
/// use [`spawn`].
///
/// [`spawn`]: Self::spawn
pub unsafe fn simple_spawn(
mut self,
child: k_thread_entry_t,
Expand Down

0 comments on commit 20019c1

Please sign in to comment.