aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/i2c.h1
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.*/
};