mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Small typos (#366)
This commit is contained in:
parent
6c4d25b887
commit
5259693774
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue