X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fi2c_lpc2.h;h=e0d9b3ce5e8564565504ee371d9cb1ec437e5b5b;hb=f1fab319eb3fe91c157b3a9564841aef62a03554;hp=4a98354baa5af9c3bc311d7958a2e5212d997115;hpb=65ff60e50bb6d5c80d6dac2ec1616c588292b236;p=bertos.git diff --git a/bertos/cpu/arm/drv/i2c_lpc2.h b/bertos/cpu/arm/drv/i2c_lpc2.h index 4a98354b..e0d9b3ce 100644 --- a/bertos/cpu/arm/drv/i2c_lpc2.h +++ b/bertos/cpu/arm/drv/i2c_lpc2.h @@ -32,6 +32,8 @@ * * \brief Driver for the LPC23xx I2C (interface) * + * \author Daniele Basile + * */ #ifndef I2C_LPC2_H @@ -51,6 +53,4 @@ enum I2C_CNT /**< Number of serial ports */ }; -void i2c_hw_init(I2c *i2c, int dev, uint32_t clock); - #endif /* I2C_LPC2_H */