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 c048072 commit b3b3001Copy full SHA for b3b3001
mbed-hal/serial_api.h
@@ -195,7 +195,7 @@ int serial_readable(serial_t *obj);
195
* @param obj The serial object
196
* @return Non-zero value if any of the errors have occurred, 0 otherwise
197
* @retval 0000b No errors have occurred on the serial
198
- * @retval 0101b RX overrrun, FIFO overflow errors
+ * @retval 0101b RX overrrun, framing errors
199
* @retval 1111b All error types have occurred
200
*/
201
int serial_error(serial_t *obj);
0 commit comments