diff --git a/src/riot-rs-coap/src/lib.rs b/src/riot-rs-coap/src/lib.rs index 16380901e..0328cc4d7 100644 --- a/src/riot-rs-coap/src/lib.rs +++ b/src/riot-rs-coap/src/lib.rs @@ -27,10 +27,7 @@ static CLIENT: OnceLock< SendCell>, > = OnceLock::new(); -// FIXME: log_stdout is not something we want to have here -// FIXME: I'd rather have the client_out available anywhere, but at least the way CoAPRuntimeClient -// is set up right now, server and client have to run in the same thread. -/// Run a CoAP server with the given handler on the system's CoAP transports. +/// Runs a CoAP server with the given handler on the system's CoAP transports. /// /// As the CoAP stack gets ready, it also unblocks [`coap_client`]. ///