Skip to content

Commit

Permalink
fixup! feat(coap): Allow independently getting a CoAP client
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 30, 2024
1 parent aec4dbf commit 0f4b993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-coap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub async fn coap_run(handler: impl coap_handler::Handler + coap_handler::Report
/// This asynchronously blocks until [`coap_run`] has been called, and the CoAP stack is
/// operational.
///
/// ## Panics
/// # Panics
///
/// This is currently only available from the thread that hosts the network stack, and panics
/// otherwise. This restriction will be lifted in the future (by generalization in
Expand Down

0 comments on commit 0f4b993

Please sign in to comment.