~ruther/qmk_firmware

08283f61244479743c4ff5ecba39bd0264979d77 — Jack Humbert 7 years ago 7a44ad8
remove comment code
1 files changed, 0 insertions(+), 1 deletions(-)

M drivers/avr/i2c_master.c
M drivers/avr/i2c_master.c => drivers/avr/i2c_master.c +0 -1
@@ 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)