Add kStatus_Uhk_IdleSlave and ditch the global IsI2cTransferScheduled. Make slave drivers return status_t and utilize that value instead.

This commit is contained in:
László Monda
2017-08-19 17:47:56 +02:00
parent 430c02f0ed
commit 946d3c1451
8 changed files with 38 additions and 26 deletions
-1
View File
@@ -40,7 +40,6 @@
// Variables:
extern i2c_master_handle_t I2cMasterHandle;
extern bool IsI2cTransferScheduled;
// Functions: