pub unsafe extern "C" fn otPlatDebugUart_printf(
    fmt: *const c_char
    ...
)
Expand description

Standard printf() to the debug uart with no log decoration.

@param[in] fmt printf formatter text

This is a debug convenience function that is not intended to be used in anything other then “debug scenarios” by a developer.

lf -> cr/lf mapping is automatically handled via otPlatDebugUart_putchar()

@sa otPlatDebugUart_vprintf() for limitations

This is a WEAK symbol that can easily be overridden as needed.