Skip to content

Commit 08283f6

Browse files
committed
remove comment code
1 parent 7a44ad8 commit 08283f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/avr/i2c_master.c

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ void i2c_init(void)
1616
{
1717
TWSR = 0; /* no prescaler */
1818
TWBR = (uint8_t)TWBR_val;
19-
//TWBR = 10;
2019
}
2120

2221
i2c_status_t i2c_start(uint8_t address, uint16_t timeout)

0 commit comments

Comments
 (0)