summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-06-23 20:34:41 +0200
committerJack Humbert <jack.humb@gmail.com>2018-06-23 20:34:41 +0200
commit08283f61244479743c4ff5ecba39bd0264979d77 (patch)
tree2f230dc0757a2587552a7da4e175ee7dd8dbfa73 /drivers
parent7a44ad83fce391c938d18abcc2125e15c1982078 (diff)
downloadqmk_firmware-08283f61244479743c4ff5ecba39bd0264979d77.tar.gz
qmk_firmware-08283f61244479743c4ff5ecba39bd0264979d77.tar.xz
remove comment code
Diffstat (limited to 'drivers')
-rwxr-xr-xdrivers/avr/i2c_master.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/avr/i2c_master.c b/drivers/avr/i2c_master.c
index f25e354b8..4e76e2e7c 100755
--- a/drivers/avr/i2c_master.c
+++ b/drivers/avr/i2c_master.c
@@ -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)