Disable uneeded assert.
[bertos.git] / bertos / cpu / arm / drv / i2c_lpc2.h
index 4a98354baa5af9c3bc311d7958a2e5212d997115..e0d9b3ce5e8564565504ee371d9cb1ec437e5b5b 100644 (file)
@@ -32,6 +32,8 @@
  *
  * \brief Driver for the LPC23xx I2C (interface)
  *
+ * \author Daniele Basile <asterix@develer.com>
+ *
  */
 
 #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 */