macro_rules! console_if_impl {
($name:ident) => { ... };
}Expand description
Default implementation of axplat::console::ConsoleIf using the
PL011 UART.
macro_rules! console_if_impl {
($name:ident) => { ... };
}Default implementation of axplat::console::ConsoleIf using the
PL011 UART.