Macro esp32_hal::dprint[][src]

macro_rules! dprint {
    ($s : expr) => { ... };
    ($($arg : tt) *) => { ... };
}
Expand description

Macro for sending a formatted string to UART0 for debugging