mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 19:44:43 +00:00
remove comment code
This commit is contained in:
parent
7a44ad83fc
commit
08283f6124
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ void i2c_init(void)
|
||||||
{
|
{
|
||||||
TWSR = 0; /* no prescaler */
|
TWSR = 0; /* no prescaler */
|
||||||
TWBR = (uint8_t)TWBR_val;
|
TWBR = (uint8_t)TWBR_val;
|
||||||
//TWBR = 10;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
i2c_status_t i2c_start(uint8_t address, uint16_t timeout)
|
i2c_status_t i2c_start(uint8_t address, uint16_t timeout)
|
||||||
|
|
Loading…
Reference in a new issue