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:
parent
3e1753aa83
commit
30c130dc10
|
@ -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. **********************************/
|
||||
|
|
Loading…
Reference in New Issue