Silent warning when we compile without debug.
[bertos.git] / bertos / cpu / cortex-m3 / drv / i2c_lm3s.c
index 22777582679ad8cb53f0bab2a84a5c922e518a5e..fd2f5905d4abe74a1ab802feda478b0806f35012 100644 (file)
@@ -205,7 +205,7 @@ static const I2cVT i2c_lm3s_vt =
        .read = i2c_genericRead,
 };
 
-struct I2cHardware i2c_lm3s_hw[] =
+static struct I2cHardware i2c_lm3s_hw[] =
 {
        { /* I2C0 */
                .base = I2C0_MASTER_BASE,