diff --git a/src/riot-rs-coap/src/lib.rs b/src/riot-rs-coap/src/lib.rs index 0379487e1..9831f6dfe 100644 --- a/src/riot-rs-coap/src/lib.rs +++ b/src/riot-rs-coap/src/lib.rs @@ -27,9 +27,6 @@ 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. /// /// As the CoAP stack gets ready, it also unblocks [`coap_client`].