Skip to main content

shell_println

Macro shell_println 

Source
macro_rules! shell_println {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Print to both serial and VGA with newline.