Macro serial_print

Source
macro_rules! serial_print {
    ($($arg: tt)*) => { ... };
}
Expand description

Print something to the serial port.