[][src]Function openthread_sys::otPlatDebugUart_putchar

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

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