Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/rp2_common/pico_stdio/include/pico/stdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typedef struct stdio_driver stdio_driver_t;
* \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.
* and semihosting based on the presence of the respective libraries in the binary.
*
* \see stdio_uart, stdio_usb, stdio_semihosting
*/
Expand All @@ -57,7 +57,7 @@ void stdio_init_all(void);
* \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.
* and semihosting based on the presence of the respective libraries in the binary.
*
* \see stdio_uart, stdio_usb, stdio_semihosting
*/
Expand Down