We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a44ad8 commit 08283f6Copy full SHA for 08283f6
drivers/avr/i2c_master.c
@@ -16,7 +16,6 @@ void i2c_init(void)
16
{
17
TWSR = 0; /* no prescaler */
18
TWBR = (uint8_t)TWBR_val;
19
- //TWBR = 10;
20
}
21
22
i2c_status_t i2c_start(uint8_t address, uint16_t timeout)
0 commit comments