Skip to content

Commit

Permalink
Resolve clang-format errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Scheiffler committed Oct 11, 2023
1 parent 36358e5 commit 952fb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/I2C/i2c_reva.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ void MXC_I2C_RevA_SlaveAsyncHandler(mxc_i2c_reva_regs_t *i2c, mxc_i2c_reva_slave
if (int_en[0] & MXC_F_I2C_REVA_INTFL0_ADDR_MATCH) {
if (tFlags & MXC_F_I2C_REVA_INTFL0_ADDR_MATCH) {
// Address match occurred, prepare for transaction
if(tFlags & MXC_F_I2C_REVA_INTFL0_STOP && !(tFlags & MXC_F_I2C_REVA_INTFL0_DONE)) {
if (tFlags & MXC_F_I2C_REVA_INTFL0_STOP && !(tFlags & MXC_F_I2C_REVA_INTFL0_DONE)) {
// Clear stop flag if it was asserted in a previous transaction
i2c->intfl0 = MXC_F_I2C_REVA_INTFL0_STOP;
}
Expand Down

0 comments on commit 952fb3a

Please sign in to comment.