[−][src]Macro cortex_m_semihosting::hprint
macro_rules! hprint { ($s:expr) => { ... }; ($($tt:tt)*) => { ... }; }
Macro for printing to the HOST standard output
This macro returns a Result<(), ()>
value
macro_rules! hprint { ($s:expr) => { ... }; ($($tt:tt)*) => { ... }; }
Macro for printing to the HOST standard output
This macro returns a Result<(), ()>
value