Macro esp_println::print

source ยท
macro_rules! print {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints to the selected output.