Keep the slave scheduler going even if a slave driver failed to trigger an I2C callback.

This commit is contained in:
László Monda
2017-06-01 03:03:20 +02:00
parent 420097dddc
commit 0f51700ea9
3 changed files with 21 additions and 13 deletions

View File

@@ -40,6 +40,7 @@
// Variables:
extern i2c_master_handle_t I2cMasterHandle;
extern bool IsI2cTransferScheduled;
// Functions: