remove comment code

This commit is contained in:
Jack Humbert 2018-06-23 14:34:41 -04:00
parent 7a44ad83fc
commit 08283f6124
1 changed files with 0 additions and 1 deletions

View File

@ -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)