logo
macro_rules! sprintln {
    ($($tt:tt)*) => { ... };
}
Expand description

Macro for printing to the serial standard output, with a newline.