From: Nathael Pajani Date: Mon, 26 Sep 2016 16:10:11 +0000 (+0200) Subject: updated comments X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=72e6715306df7cd038167d74ba8e55f6435992f9;p=soft%2Flpc82x%2Fcore updated comments --- diff --git a/drivers/i2c.c b/drivers/i2c.c index e9ae67a..52ac0bd 100644 --- a/drivers/i2c.c +++ b/drivers/i2c.c @@ -38,6 +38,7 @@ /* * I2C Bus structure * + * mode : current configuration mode : I2C_MASTER, I2C_SLAVE or I2C_MONITOR. * clock : current i2c clock. * state : global state of the i2c engine. * diff --git a/drivers/serial.c b/drivers/serial.c index ecc6bbe..6047398 100644 --- a/drivers/serial.c +++ b/drivers/serial.c @@ -109,7 +109,7 @@ static void uart_check_rx(struct uart_device* uart, uint32_t intr) uart->regs->tx_data = data; } } - /* FIXME : handle erors */ + /* FIXME : handle RX erors */ } static void uart_check_tx(struct uart_device* uart, uint32_t intr)