|
compile_error!("If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp");
|
|
compile_error!("If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp");
|
|
#[cfg(all(feature = "defmt", feature = "log"))]
|
|
#[cfg(all(feature = "defmt", feature = "log"))]
|
|
compile_error!("You must enable at most one of the following features: defmt, log");
|
|
compile_error!("You must enable at most one of the following features: defmt, log");
|