]> git.donarmstrong.com Git - qmk_firmware.git/commit
Completely remove i2c_transmit_receive function (#7686)
authorDrashna Jaelre <drashna@live.com>
Sun, 22 Dec 2019 13:50:08 +0000 (05:50 -0800)
committerJoel Challis <git@zvecr.com>
Sun, 22 Dec 2019 13:50:08 +0000 (13:50 +0000)
commit70661645917cc9a8e492abb82828c55cf137b834
tree1d24f6801e4335e927fdb364f41f3eb7770504a1
parent0e2ff9b384fa2ec10d2555ef2e87915f453cecab
Completely remove i2c_transmit_receive function (#7686)

* Add i2c_transmit_receive function

This function is listed in the ARM header file, but doesn't actually exist.

* Remove i2c_transmit_receive function

* Update DRV2605L read function to use i2c_readReg on both arm and avr
drivers/arm/i2c_master.h
drivers/haptic/DRV2605L.c