diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-23 18:31:24 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-23 18:31:24 +0000 |
commit | 2f77482083766da5b081e3f7bd07924db88ee024 (patch) | |
tree | fe7261a767f6a16f5b494c0bf820d9a53df30f98 /os/hal/include/i2c.h | |
parent | 10153a4f3062c85b4595558df5df41f8962c6aae (diff) | |
download | ChibiOS-2f77482083766da5b081e3f7bd07924db88ee024.tar.gz ChibiOS-2f77482083766da5b081e3f7bd07924db88ee024.tar.bz2 ChibiOS-2f77482083766da5b081e3f7bd07924db88ee024.zip |
I2C. "Sevent" field moved from I2CSlaveConfig to I2CDriver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3072 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/i2c.h')
-rw-r--r-- | os/hal/include/i2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h index 066ee4a5f..8f8ae57f6 100644 --- a/os/hal/include/i2c.h +++ b/os/hal/include/i2c.h @@ -146,7 +146,6 @@ struct I2CSlaveConfig{ i2cblock_t *rxbuf; /*!< Pointer to receive buffer. */
i2cblock_t *txbuf; /*!< Pointer to transmit buffer.*/
- EventSource *sevent; /*!< Status Change @p EventSource.*/
};
|