mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
parent
887c0b8443
commit
0ef07e5215
1 changed files with 1 additions and 6 deletions
|
|
@ -57,13 +57,8 @@ typedef struct stdio_driver stdio_driver_t;
|
|||
*/
|
||||
bool stdio_init_all(void);
|
||||
|
||||
/*! \brief Initialize all of the present standard stdio types that are linked into the binary.
|
||||
/*! \brief Flushes any buffered output.
|
||||
* \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 libraries in the binary.
|
||||
*
|
||||
* \see stdio_uart, stdio_usb, stdio_semihosting
|
||||
*/
|
||||
void stdio_flush(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue