I2C. Small fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3242 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9bc63715a0
commit
c877f5bfcc
|
@ -208,7 +208,9 @@ struct I2CDriver{
|
|||
uint8_t slave_addr1;/*!< @brief 7-bit address of the slave with r\w bit.*/
|
||||
uint8_t slave_addr2;/*!< @brief Uses in 10-bit address mode. */
|
||||
|
||||
#if CH_USE_EVENTS
|
||||
EventSource sevent; /*!< @brief Status Change @p EventSource.*/
|
||||
#endif
|
||||
|
||||
/*********** End of the mandatory fields. **********************************/
|
||||
|
||||
|
|
Loading…
Reference in New Issue