aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-09 19:33:19 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-09 19:33:19 +0000
commit76bac6bb8704e039a7f9e4b34da7af3bd909c2bd (patch)
tree05ab8480a368177b595a87197d6a8725d50ebebd /os/hal/src
parenteddd171ec8a54080dbd354f9e90baf60a3436266 (diff)
downloadChibiOS-76bac6bb8704e039a7f9e4b34da7af3bd909c2bd.tar.gz
ChibiOS-76bac6bb8704e039a7f9e4b34da7af3bd909c2bd.tar.bz2
ChibiOS-76bac6bb8704e039a7f9e4b34da7af3bd909c2bd.zip
I2C. Added own slave address handling and error callback.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2723 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src')
-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.