aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/I2Cv1
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-24 10:22:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-24 10:22:59 +0000
commite059dd7389acc7af3d1254a4e540c2689cb11c0e (patch)
tree30dd13faeef9d4df1549bd9d4a079711f8818222 /os/hal/platforms/STM32/I2Cv1
parent4e6bb0ddf45ade46e5c95ea8d10933aeee0d3d4f (diff)
downloadChibiOS-e059dd7389acc7af3d1254a4e540c2689cb11c0e.tar.gz
ChibiOS-e059dd7389acc7af3d1254a4e540c2689cb11c0e.tar.bz2
ChibiOS-e059dd7389acc7af3d1254a4e540c2689cb11c0e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5311 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/I2Cv1')
-rw-r--r--os/hal/platforms/STM32/I2Cv1/i2c_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/I2Cv1/i2c_lld.h b/os/hal/platforms/STM32/I2Cv1/i2c_lld.h
index e3f3bca81..116e67b78 100644
--- a/os/hal/platforms/STM32/I2Cv1/i2c_lld.h
+++ b/os/hal/platforms/STM32/I2Cv1/i2c_lld.h
@@ -355,7 +355,7 @@ typedef struct I2CDriver I2CDriver;
/**
* @brief Structure representing an I2C driver.
*/
-struct I2CDriver{
+struct I2CDriver {
/**
* @brief Driver state.
*/