aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-22 18:00:20 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-22 18:00:20 +0000
commit3f2e823d2aafa5e8ab70fd51b643de12c8989e76 (patch)
tree490c0d8bc13d523a37a45e1435cd29258d1956fe /os/hal/include
parent24987e2873a946bc41ee1c5088b703abf9d7c526 (diff)
downloadChibiOS-3f2e823d2aafa5e8ab70fd51b643de12c8989e76.tar.gz
ChibiOS-3f2e823d2aafa5e8ab70fd51b643de12c8989e76.tar.bz2
ChibiOS-3f2e823d2aafa5e8ab70fd51b643de12c8989e76.zip
I2C. Small improvemets
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3069 35acf78f-673a-0410-8e92-d51de3d6d3f4
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;
};