Skip to content

Commit

Permalink
fix(coap): Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 30, 2024
1 parent bbb55ed commit c784e76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/riot-rs-coap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ static CLIENT: OnceLock<
SendCell<embedded_nal_coap::CoAPRuntimeClient<'static, CONCURRENT_REQUESTS>>,
> = 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`].
///
Expand Down

0 comments on commit c784e76

Please sign in to comment.