Add missing avr prj to nightly test.
[bertos.git] / bertos / cpu / arm / drv / i2c_lpc2.c
index 94de0c208ecd644a1d6b086c00ceb0357cb1ecb9..fd6a9fda45237c4a47d05225e852485b86101ce7 100644 (file)
@@ -265,7 +265,7 @@ static const I2cVT i2c_lpc_vt =
        .read = i2c_genericRead,
 };
 
-static const struct I2cHardware i2c_lpc2_hw[] =
+static struct I2cHardware i2c_lpc2_hw[] =
 {
        { /* I2C0 */
                .base = I2C0_BASE_ADDR,