aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lily58/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lily58/i2c.c')
-rwxr-xr-x[-rw-r--r--]keyboards/lily58/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lily58/i2c.c b/keyboards/lily58/i2c.c
index 084c890c4..4bee5c639 100644..100755
--- a/keyboards/lily58/i2c.c
+++ b/keyboards/lily58/i2c.c
@@ -34,7 +34,7 @@ void i2c_delay(void) {
34 // _delay_us(100); 34 // _delay_us(100);
35} 35}
36 36
37// Setup twi to run at 100kHz 37// Setup twi to run at 100kHz or 400kHz (see ./i2c.h SCL_CLOCK)
38void i2c_master_init(void) { 38void i2c_master_init(void) {
39 // no prescaler 39 // no prescaler
40 TWSR = 0; 40 TWSR = 0;