]> git.droids-corp.org - protos/imu.git/commitdiff
i2cm: remove uneeded comment
authorOlivier Matz <zer0@droids-corp.org>
Thu, 26 Jun 2014 18:34:08 +0000 (20:34 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 26 Jun 2014 18:34:08 +0000 (20:34 +0200)
i2cm_sw.c

index 0b17452b838e24722252e925360e810f4a798bba..6c2534a1c03372d0ea0f0f8a30d9b38a68c9f633 100644 (file)
--- a/i2cm_sw.c
+++ b/i2cm_sw.c
@@ -136,9 +136,6 @@ uint8_t i2cm_send_byte(uint8_t byte)
                I2CM_DELAY();
                mask >>=1;
 
-               // delay needed ?
-               //I2CM_DELAY();
-
                // clock High
                I2C_HIGH(I2CM_SCL_PORT, I2CM_SCL_BIT);
                I2CM_DELAY();