marcel_os

Macro serial_print

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

A macro for printing to the serial port without a newline.

This macro accepts a format string with arguments and prints the resulting string to the serial port.