From 0f4b99339f048564b5f6ca4a4c37bd8ee6300afc Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 30 Oct 2024 14:52:39 +0100 Subject: [PATCH] fixup! feat(coap): Allow independently getting a CoAP client --- src/riot-rs-coap/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/riot-rs-coap/src/lib.rs b/src/riot-rs-coap/src/lib.rs index 6c567735f..6e2739d9e 100644 --- a/src/riot-rs-coap/src/lib.rs +++ b/src/riot-rs-coap/src/lib.rs @@ -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