Macro f3::iprintln [] [src]

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

Macro for sending print!-formatted messages to the ITM, with a newline