Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter authored Oct 31, 2023
1 parent 401692c commit e492743
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 @@ -1440,7 +1440,7 @@ void MXC_I2C_RevA_MasterAsyncHandler(int i2cNum)
}

/* Call the callback */
MXC_I2C_RevA_AsyncCallback(i2c, E_COMM_ERR);
MXC_I2C_RevA_AsyncCallback(i2c, E_NO_ERROR);

/* Clear the async state */
MXC_I2C_RevA_AsyncStop(i2c);
Expand Down

0 comments on commit e492743

Please sign in to comment.