updated comments
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 26 Sep 2016 16:10:11 +0000 (18:10 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 10 Feb 2023 18:02:59 +0000 (19:02 +0100)
drivers/i2c.c
drivers/serial.c

index e9ae67a..52ac0bd 100644 (file)
@@ -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.
  *
index ecc6bbe..6047398 100644 (file)
@@ -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)