diff options
Diffstat (limited to 'os/hal/src')
-rw-r--r-- | os/hal/src/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/i2c.c b/os/hal/src/i2c.c index 974f65a08..8508bc682 100644 --- a/os/hal/src/i2c.c +++ b/os/hal/src/i2c.c @@ -147,7 +147,7 @@ void i2cStop(I2CDriver *i2cp) { *
* @details Function designed to realize "read-through-write" transfer
* paradigm. If you want transmit data without any further read,
- * than set @b rxbuf field to 0.
+ * than set @b rxbytes field to 0.
*
* @param[in] i2cp pointer to the @p I2CDriver object
* @param[in] i2cscfg pointer to the @p I2C slave config
|