macro_rules! serial_println {
() => { ... };
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Prints to the host through the serial interface, appending a newline.
macro_rules! serial_println {
() => { ... };
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Prints to the host through the serial interface, appending a newline.