Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 13, 2021
1 parent 3360c5a commit 435156e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/eez/modules/dib-mux14d/dib-mux14d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ struct Mux14DModule : public Module {
adib2RelayState = params.adib2RelayState;
extRelayState = params.extRelayState;

return bp3c::comm::updateParamsFinish(&params, &lastTransferredParams, sizeof(SetParams), 200, err);
return bp3c::comm::updateParamsFinish(&params, &lastTransferredParams, sizeof(SetParams), TIMEOUT_UNTIL_OUT_OF_SYNC_MS, err);
}

void fillSetParams(SetParams &params) {
Expand Down
2 changes: 1 addition & 1 deletion src/eez/modules/dib-prel6/dib-prel6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ struct Prel6Module : public Module {

relayStates = params.relayStates;

return bp3c::comm::updateParamsFinish(&params, &lastTransferredParams, sizeof(SetParams), 200, err);
return bp3c::comm::updateParamsFinish(&params, &lastTransferredParams, sizeof(SetParams), TIMEOUT_UNTIL_OUT_OF_SYNC_MS, err);
}

void fillSetParams(SetParams &params) {
Expand Down

0 comments on commit 435156e

Please sign in to comment.