[][src]Macro rustos::serial_println

macro_rules! serial_println {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Print out the message to the serial port.