Macro sel4::debug_print
source ยท macro_rules! debug_print { ($($arg:tt)*) => { ... }; }
Expand description
Like std::debug_print!
, except backed by seL4_DebugPutChar
.
macro_rules! debug_print { ($($arg:tt)*) => { ... }; }
Like std::debug_print!
, except backed by seL4_DebugPutChar
.