I2C. Dead code removed. Comments fixed.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3059 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2011-06-18 14:55:29 +00:00
parent 3e1753aa83
commit 30c130dc10
1 changed files with 2 additions and 3 deletions

View File

@ -163,9 +163,8 @@ struct I2CDriver{
*/
I2CSlaveConfig *id_slave_config;
uint8_t slave_addr1; // 7-bit address of the slave
uint8_t slave_addr2; // used in 10-bit address mode
uint8_t nbit_addr;
uint8_t slave_addr1; /*!< 7-bit address of the slave with r\w bit.*/
uint8_t slave_addr2; /*!< used in 10-bit address mode. */
/*********** End of the mandatory fields. **********************************/