Macro sel4_root_task::debug_println
source ยท macro_rules! debug_println { () => { ... }; ($($arg:tt)*) => { ... }; }
Expand description
Like std::println!, except backed by debug_put_char.
macro_rules! debug_println { () => { ... }; ($($arg:tt)*) => { ... }; }
Like std::println!, except backed by debug_put_char.