Macro hifive1::sprintln

source ·
macro_rules! sprintln {
    () => { ... };
    ($s:expr) => { ... };
    ($s:expr, $($tt:tt)*) => { ... };
}
Expand description

Macro for printing to the serial standard output, with a newline.