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

puts() without a terminal newline. see: “man 3 puts”, without a adding a terminal lf

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

Note, the terminal “lf” mapped to cr/lf via the function otPlatDebugUart_putchar()