Macro sel4_panicking_env::debug_println

source ยท
macro_rules! debug_println {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Like std::println, except backed by debug_put_char.