diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-09 19:33:19 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-09 19:33:19 +0000 |
commit | 76bac6bb8704e039a7f9e4b34da7af3bd909c2bd (patch) | |
tree | 05ab8480a368177b595a87197d6a8725d50ebebd /os/hal/src | |
parent | eddd171ec8a54080dbd354f9e90baf60a3436266 (diff) | |
download | ChibiOS-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.c | 3 |
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.
|