macro_rules! shell_println {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Print to both serial and VGA with newline.
macro_rules! shell_println {
() => { ... };
($($arg:tt)*) => { ... };
}Print to both serial and VGA with newline.