aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmaple/i2c.c2
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