Skip to content

Commit

Permalink
remove comment code
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jun 23, 2018
1 parent 7a44ad8 commit 08283f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/avr/i2c_master.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08283f6

Please sign in to comment.