Macro serial_print

Source
macro_rules! serial_print {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}