remove typo in a comment
This commit is contained in:
parent
4a9440dd62
commit
1936c4b3eb
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ static void uart_handler(struct state *s)
|
|||
}
|
||||
}
|
||||
|
||||
/* thread entry point => enable all incoming messages */
|
||||
/* thread entry point => handles all incoming messages */
|
||||
static int uart_thread(void* arg)
|
||||
{
|
||||
unsigned char c = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue