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