From: Olivier Matz Date: Thu, 26 Jun 2014 18:34:08 +0000 (+0200) Subject: i2cm: remove uneeded comment X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=commitdiff_plain;h=c4c55774fa78dc2e7f5824750c4c4ce10f62db1b;hp=7ac29ab17eb2281971ba376a061312b5283e4f45 i2cm: remove uneeded comment --- diff --git a/i2cm_sw.c b/i2cm_sw.c index 0b17452..6c2534a 100644 --- 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();