aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/i2c.c
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-23 08:38:16 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-23 08:38:16 +0000
commitda23780899ae4b9ce1bbe0cb9109da1c87fe0fa1 (patch)
treec3e88910c755425d82be9c8d5f086038267d7a9e /os/hal/src/i2c.c
parent4ec82f62c18894d92bafc6c6f98784650106373d (diff)
downloadChibiOS-da23780899ae4b9ce1bbe0cb9109da1c87fe0fa1.tar.gz
ChibiOS-da23780899ae4b9ce1bbe0cb9109da1c87fe0fa1.tar.bz2
ChibiOS-da23780899ae4b9ce1bbe0cb9109da1c87fe0fa1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3250 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src/i2c.c')
-rw-r--r--os/hal/src/i2c.c2
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