Skip to main content

serial_force_println

Macro serial_force_println 

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

Print to serial port with newline, bypassing the shared mutex.