aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-23 18:29:22 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-23 18:29:22 +0000
commit10153a4f3062c85b4595558df5df41f8962c6aae (patch)
tree2dc7aeac150c9942dae63a7350c1ff4060669d3a /os/hal/include
parentfbeff97d9230af12326c94e3875adf9438f16ed4 (diff)
downloadChibiOS-10153a4f3062c85b4595558df5df41f8962c6aae.tar.gz
ChibiOS-10153a4f3062c85b4595558df5df41f8962c6aae.tar.bz2
ChibiOS-10153a4f3062c85b4595558df5df41f8962c6aae.zip
I2C. Fixed indent style. All tabs changed to 2 spaces.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3071 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/i2c.h3
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.*/
};