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 0b17452..6c2534a 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();