uart: fix typo 'eaten'
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
34bf7b3089
commit
733080ba0c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ uart_flush_input(serial_port sp)
|
||||||
}
|
}
|
||||||
// There is something available, read the data
|
// There is something available, read the data
|
||||||
(void)read(UART_DATA(sp)->fd, rx, available_bytes_count);
|
(void)read(UART_DATA(sp)->fd, rx, available_bytes_count);
|
||||||
log_put(LOG_GROUP, LOG_CATEGORY, NFC_LOG_PRIORITY_DEBUG, "%d bytes have eatten.", available_bytes_count);
|
log_put(LOG_GROUP, LOG_CATEGORY, NFC_LOG_PRIORITY_DEBUG, "%d bytes have eaten.", available_bytes_count);
|
||||||
free(rx);
|
free(rx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue