Update preset.
[bertos.git] / bertos / hw / hw_i2c_bitbang.h
index 16cb5e537c9ded9412be97f072755dc8e638e077..6aabb46d6a1bb063eaeff211f73b13631b1c1ba7 100644 (file)
@@ -118,7 +118,7 @@ INLINE void i2c_halfbitDelay(int dev)
 /**
  * This macro should set SDA and SCL lines as input.
  */
-INLINE void i2c_bitbang_init(int dev)
+INLINE void i2c_bitbangInit(int dev)
 {
        (void)(dev);
        /* Implement me! */