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

Macro for printing to the serial standard output