[][src]Function rpi_pico_sdk_sys::stdio_set_translate_crlf

pub unsafe extern "C" fn stdio_set_translate_crlf(
    driver: *mut stdio_driver_t,
    translate: bool
)

\brief control conversion of line feeds to carriage return on transmissions \ingroup pico_stdio

\note this method should always be called on an initialized driver

\param driver the driver \param translate If true, convert line feeds to carriage return on transmissions