Macro r3_support_rza1::sprintln
source · macro_rules! sprintln { ($($tt:tt)*) => { ... }; }
Expand description
Macro for printing to the serial standard output, with a newline.
macro_rules! sprintln { ($($tt:tt)*) => { ... }; }
Macro for printing to the serial standard output, with a newline.