diff options
Diffstat (limited to 'os/hal/include/i2c.h')
-rw-r--r-- | os/hal/include/i2c.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h index b2df49899..066ee4a5f 100644 --- a/os/hal/include/i2c.h +++ b/os/hal/include/i2c.h @@ -146,8 +146,7 @@ struct I2CSlaveConfig{ i2cblock_t *rxbuf; /*!< Pointer to receive buffer. */
i2cblock_t *txbuf; /*!< Pointer to transmit buffer.*/
- /* Status Change @p EventSource.*/
- EventSource *sevent;
+ EventSource *sevent; /*!< Status Change @p EventSource.*/
};
|