diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-19 17:55:33 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-22 14:06:09 -0400 |
commit | 041a1c28d3ec5e99793a7afab340ae53e68ea1cf (patch) | |
tree | 2484a57b207069e9bdafd492ebec99f76bfe025d | |
parent | c0e99fcc4958f8ccc4f245a441b523e3e9c84ec3 (diff) | |
download | librambutan-041a1c28d3ec5e99793a7afab340ae53e68ea1cf.tar.gz librambutan-041a1c28d3ec5e99793a7afab340ae53e68ea1cf.zip |
libmaple/i2c.c: Cosmetics.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | libmaple/i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmaple/i2c.c b/libmaple/i2c.c index 3eca22a..3db8516 100644 --- a/libmaple/i2c.c +++ b/libmaple/i2c.c @@ -488,7 +488,6 @@ void i2c_master_enable(i2c_dev *dev, uint32 flags) { dev->state = I2C_STATE_IDLE; } - /** * @brief Process an i2c transaction. * @@ -531,7 +530,6 @@ out: return rc; } - /** * @brief Wait for an I2C event, or time out in case of error. * @param dev I2C device |