mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-28 01:47:21 +01:00
Fix typo (#2508)
This commit is contained in:
parent
a9146b65ad
commit
d7abd66dea
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ static inline int puts_raw(const char *s) {
|
|||
*/
|
||||
void stdio_set_chars_available_callback(void (*fn)(void*), void *param);
|
||||
|
||||
/*! \brief Waits until a timeout to reard at least one character into a buffer
|
||||
/*! \brief Waits until a timeout to read at least one character into a buffer
|
||||
* \ingroup pico_stdio
|
||||
*
|
||||
* This method returns as soon as input is available, but more characters may
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue