We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9146b6 commit d7abd66Copy full SHA for d7abd66
src/rp2_common/pico_stdio/include/pico/stdio.h
@@ -159,7 +159,7 @@ static inline int puts_raw(const char *s) {
159
*/
160
void stdio_set_chars_available_callback(void (*fn)(void*), void *param);
161
162
-/*! \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
163
* \ingroup pico_stdio
164
*
165
* This method returns as soon as input is available, but more characters may
0 commit comments