Skip to content

Commit

Permalink
Azoteq driver: Remove call to removed i2c function (qmk#22966)
Browse files Browse the repository at this point in the history
  • Loading branch information
burkfers authored and nuess0r committed Sep 8, 2024
1 parent 777fe1c commit 4b8329f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/sensors/azoteq_iqs5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ static struct {
i2c_status_t azoteq_iqs5xx_wake(void) {
uint8_t data = 0;
i2c_status_t status = i2c_read_register16(AZOTEQ_IQS5XX_ADDRESS, AZOTEQ_IQS5XX_REG_PREVIOUS_CYCLE_TIME, (uint8_t *)&data, sizeof(data), 1);
i2c_stop();
wait_us(150);
return status;
}
Expand Down

0 comments on commit 4b8329f

Please sign in to comment.