]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
remove comment code
authorJack Humbert <jack.humb@gmail.com>
Sat, 23 Jun 2018 18:34:41 +0000 (14:34 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sat, 23 Jun 2018 18:34:41 +0000 (14:34 -0400)
drivers/avr/i2c_master.c

index f25e354b808066364408f122d3742287f3bfd63d..4e76e2e7c60ece674ad49630984c9f365a09b5e3 100755 (executable)
@@ -16,7 +16,6 @@ void i2c_init(void)
 {
   TWSR = 0;     /* no prescaler */
        TWBR = (uint8_t)TWBR_val;
-  //TWBR = 10;
 }
 
 i2c_status_t i2c_start(uint8_t address, uint16_t timeout)