Macro cortex_m::iprint[][src]

macro_rules! iprint {
    ($channel:expr, $s:expr) => { ... };
    ($channel:expr, $($arg:tt)*) => { ... };
}
Expand description

Macro for sending a formatted string through an ITM channel