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

Platform specific write single byte to Debug Uart This should not perform CR/LF mapping.

MUST be implemented by the platform

@param[in] c what to transmit