Skip to main content

serial_println

Macro serial_println 

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

Prints to the host through the serial interface, appending a newline.