aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/i2c.c
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 14:36:51 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 14:36:51 +0000
commit3f685aa996b5fd8af4ea87b67c32fa2ce311c273 (patch)
treeb9eda0119e50d7afa83934840eef433c01b90c65 /os/hal/src/i2c.c
parentc498fdc4d64f1de8706f9d3b224dc244c5e91dc2 (diff)
downloadChibiOS-3f685aa996b5fd8af4ea87b67c32fa2ce311c273.tar.gz
ChibiOS-3f685aa996b5fd8af4ea87b67c32fa2ce311c273.tar.bz2
ChibiOS-3f685aa996b5fd8af4ea87b67c32fa2ce311c273.zip
I2C. Merged changes from i2c_lld_2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3729 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src/i2c.c')
-rw-r--r--os/hal/src/i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/src/i2c.c b/os/hal/src/i2c.c
index 66b01e0f3..ea0df6589 100644
--- a/os/hal/src/i2c.c
+++ b/os/hal/src/i2c.c
@@ -29,7 +29,6 @@
* @addtogroup I2C
* @{
*/
-
#include "ch.h"
#include "hal.h"