aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/i2c.c')
-rw-r--r--os/hal/src/i2c.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/src/i2c.c b/os/hal/src/i2c.c
index 5a0471e0f..04af9a6c2 100644
--- a/os/hal/src/i2c.c
+++ b/os/hal/src/i2c.c
@@ -161,9 +161,6 @@ void i2cMasterReceive(I2CDriver *i2cp, I2CSlaveConfig *i2cscfg) {
-
-
-
#if I2C_USE_MUTUAL_EXCLUSION || defined(__DOXYGEN__)
/**
* @brief Gains exclusive access to the I2C bus.