[][src]Function esp_idf_sys::ets_write_char_uart

pub unsafe extern "C" fn ets_write_char_uart(c: c_char)

@brief Output a char to uart, which uart to output(which is in uart module in ROM) is not in scope of the function. Can not print float point data format, or longlong data format

@param char c : char to output.

@return None