esp32_hal
macro_rules! dprintln { () => { ... }; ($fmt:expr) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }
Macro for sending a formatted string to UART0 for debugging, with a newline.