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.
macro_rules! serial_print {
($($arg:tt)*) => { ... };
}
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.