aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h
index ba7131c26..b2df49899 100644
--- a/os/hal/include/i2c.h
+++ b/os/hal/include/i2c.h
@@ -147,7 +147,7 @@ struct I2CSlaveConfig{
i2cblock_t *txbuf; /*!< Pointer to transmit buffer.*/
/* Status Change @p EventSource.*/
- EventSource sevent;
+ EventSource *sevent;
};