remove typo in a comment

This commit is contained in:
Stefan Lankes 2014-12-13 18:47:02 +01:00
parent 4a9440dd62
commit 1936c4b3eb

View file

@ -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;