-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-6265
-
10.01.00
-
11.00.00
-
In all the I2C SDK examples, existing in MCU PLUS SDK as of 10.1 and previous versions, the I2C error handler is not provided with the correct arguments.
The current definition is as follows:
i2c_read_error_handler(sample, status);
The correct definition should be as follows:
i2c_read_error_handler(sample, i2cTransaction.status);