Closed krajcark closed 4 years ago
Hi, When I2C write fails, its sets the status to PAL_STATUS_I2C_BUSY, should it not be set to PAL_STATUS_FAILURE?
https://github.com/Infineon/optiga-trust-x/blob/7376f458336f25abb477b27eb96edefe2d671270/pal/mbedos/pal_i2c.cpp#L262
You are right @krajcark I fixed it here
Hi, When I2C write fails, its sets the status to PAL_STATUS_I2C_BUSY, should it not be set to PAL_STATUS_FAILURE?
https://github.com/Infineon/optiga-trust-x/blob/7376f458336f25abb477b27eb96edefe2d671270/pal/mbedos/pal_i2c.cpp#L262