diff options
Diffstat (limited to 'quantum/split_common')
| -rw-r--r-- | quantum/split_common/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/transport.c b/quantum/split_common/transport.c index a3539576f..b32d48eb8 100644 --- a/quantum/split_common/transport.c +++ b/quantum/split_common/transport.c | |||
| @@ -74,7 +74,7 @@ bool transport_master(matrix_row_t matrix[]) { | |||
| 74 | # endif | 74 | # endif |
| 75 | 75 | ||
| 76 | # ifdef ENCODER_ENABLE | 76 | # ifdef ENCODER_ENABLE |
| 77 | i2c_readReg(SLAVE_I2C_ADDRESS, I2C_ENCODER_START, (void *)i2c_buffer->encoder_state, sizeof(I2C_slave_buffer_t.encoder_state), TIMEOUT); | 77 | i2c_readReg(SLAVE_I2C_ADDRESS, I2C_ENCODER_START, (void *)i2c_buffer->encoder_state, sizeof(i2c_buffer->encoder_state), TIMEOUT); |
| 78 | encoder_update_raw(i2c_buffer->encoder_state); | 78 | encoder_update_raw(i2c_buffer->encoder_state); |
| 79 | # endif | 79 | # endif |
| 80 | 80 | ||
