X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fi2c_lm3s.h;h=e6e6035d3b484f30cc70ef6e43a9bc48ed13b65a;hb=953453d9b0d9edecc716ec1e74ca8aeba9d078d2;hp=8d08e681b1cd538895ea301ddbddb7e42c817021;hpb=5f71a5cfc0bd0ef139b754c737c10a299d9110bd;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/i2c_lm3s.h b/bertos/cpu/cortex-m3/drv/i2c_lm3s.h index 8d08e681..e6e6035d 100644 --- a/bertos/cpu/cortex-m3/drv/i2c_lm3s.h +++ b/bertos/cpu/cortex-m3/drv/i2c_lm3s.h @@ -32,6 +32,7 @@ * * \brief Driver for the LM3S I2C (interface) * + * \author Daniele Basile */ #ifndef I2C_LM3S_H @@ -50,6 +51,4 @@ enum I2C_CNT /**< Number of serial ports */ }; -void i2c_hw_init(I2c *i2c, int dev, uint32_t clock); -void i2c_init_0(void); #endif /* I2C_LM3S_H */