Skip to content

Commit b3b3001

Browse files
committed
Fixup.
1 parent c048072 commit b3b3001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed-hal/serial_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int serial_readable(serial_t *obj);
195195
* @param obj The serial object
196196
* @return Non-zero value if any of the errors have occurred, 0 otherwise
197197
* @retval 0000b No errors have occurred on the serial
198-
* @retval 0101b RX overrrun, FIFO overflow errors
198+
* @retval 0101b RX overrrun, framing errors
199199
* @retval 1111b All error types have occurred
200200
*/
201201
int serial_error(serial_t *obj);

0 commit comments

Comments
 (0)