pub unsafe extern "C" fn otPlatDebugUart_puts(s: *const c_char)
Expand description

identical to “man 3 puts” - terminates with lf Which is then mapped to cr/lf as required

A WEAK default implementation is provided that can be overridden as needed.

@param[in] s the string to print with a lf at the end