X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fi2c_stm32.h;h=152ab6edccb7d383a16e05d4ed2cbac3b4c1f0ee;hb=1f4efc03049eab97f4dfde5d1020b20edf93c979;hp=f29c1531c63aaed9409babc20a5d6f889a43daa0;hpb=fc2c568e819946af2e88fbdbd8d1ac160a61c908;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/i2c_stm32.h b/bertos/cpu/cortex-m3/drv/i2c_stm32.h index f29c1531..152ab6ed 100644 --- a/bertos/cpu/cortex-m3/drv/i2c_stm32.h +++ b/bertos/cpu/cortex-m3/drv/i2c_stm32.h @@ -50,6 +50,4 @@ enum I2C_CNT /**< Number of serial ports */ }; -void i2c_hw_init(I2c *i2c, int dev, uint32_t clock); - -#endif /* I2C_LPC2_H */ +#endif /* I2C_STM32_H */