X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fi2c_lpc2.h;h=ecdad2437d7607d9399abeed39bc82a8de00bfc1;hb=822a7effbdc46efc53e71efcee2a88763574dba5;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..ecdad243 100644 --- a/bertos/cpu/arm/drv/i2c_lpc2.h +++ b/bertos/cpu/arm/drv/i2c_lpc2.h @@ -51,6 +51,4 @@ enum I2C_CNT /**< Number of serial ports */ }; -void i2c_hw_init(I2c *i2c, int dev, uint32_t clock); - #endif /* I2C_LPC2_H */