Remove uneeded debug string.
[bertos.git] / bertos / drv / i2c.c
index 44798aa935963bc8b07f610f0df1e1466336176a..ae4237097769eab5628eaf7eb08de91618dda0ed 100644 (file)
@@ -41,6 +41,8 @@
 
 #if !CONFIG_I2C_DISABLE_OLD_API
 
+I2c local_i2c_old_api;
+
 /**
  * Send a sequence of bytes in master transmitter mode
  * to the selected slave device through the I2C bus.