Macro cortex_m::ehprintln [] [src]

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

Macro for printing to the host's standard error, with a newline.