Silent warning. Make static sono i2c table.
[bertos.git] / bertos / cpu / avr / drv / i2c_avr.c
index 838d7780dc7bbd2fb58840447824744931b377b7..ebbe5a2938ff50fe04a5f8f6ec869fe3ff974a54 100644 (file)
@@ -452,6 +452,4 @@ void i2c_hw_init(I2c *i2c, int dev, uint32_t clock)
                TWSR = 0;
                TWCR = BV(TWEN);
        );
-
-       MOD_INIT(i2c);
 }