stdio_flush

Function stdio_flush 

Source
pub unsafe extern "C" fn stdio_flush()
Expand description

\brief Initialize all of the present standard stdio types that are linked into the binary. \ingroup pico_stdio

Call this method once you have set up your clocks to enable the stdio support for UART, USB and semihosting based on the presence of the respective librariess in the binary.

\see stdio_uart, stdio_usb, stdio_semihosting