Refactor to use new protocol module and sipo.
[bertos.git] / boards / sam3x-ek / hw / hw_i2c_bitbang.h
index 7a0d8de6d72146b8acaf53c28b943e7698c6efdb..7c164465bad4982ff6227422c57fa671b5ac3941 100644 (file)
@@ -120,7 +120,7 @@ INLINE bool i2c_sclIn(int dev)
 INLINE void i2c_halfbitDelay(int dev)
 {
        (void)(dev);
-       timer_delay(1);
+       timer_udelay(10);
        cpu_relax();
 }