Skip to content

Commit

Permalink
Update Zephyr MSDK Hal based on MSDK PR: analogdevicesinc/msdk#1263
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 11, 2024
1 parent c96d847 commit aea28a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAX/Libraries/PeriphDrivers/Source/I2C/i2c_reva.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ int MXC_I2C_RevA_MasterTransaction(mxc_i2c_reva_req_t *req)
} else {
i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_STOP;

while (!(i2c->mstctrl & MXC_F_I2C_REVA_MSTCTRL_STOP)) {}
while ((i2c->mstctrl & MXC_F_I2C_REVA_MSTCTRL_STOP)) {}
// Wait for Transaction to finish
}

Expand Down
2 changes: 1 addition & 1 deletion MAX/msdk_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d63fdfa43a279f7187e4e957568a51291b2c954b
da894c7a86ea50cd73fb1a0ba2f7b65ebfa44e6c

0 comments on commit aea28a0

Please sign in to comment.