pub unsafe extern "C" fn otPlatDebugUart_putchar(c: c_int)
Expand description

Write byte to the uart, expand cr/lf as need.

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

@param[in] c the byte to transmit