Skip to content

Commit

Permalink
Followup #7873 - Replace emberAfPutInt8uInResp(ZCL_DEFAULT_RESPONSE_C…
Browse files Browse the repository at this point in the history
…OMMAND_ID) by emberAfPutInt32uInResp(ZCL_DEFAULT_RESPONSE_COMMAND_ID) in src/app/util/util.cpp (#8060)
  • Loading branch information
vivien-apple authored Jul 2, 2021
1 parent a6d0e5a commit ea39c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/util/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ EmberStatus emberAfSendDefaultResponseWithCallback(const EmberAfClusterCommand *
emberAfPutInt16uInResp(cmd->mfgCode);
}
emberAfPutInt8uInResp(cmd->seqNum);
emberAfPutInt8uInResp(ZCL_DEFAULT_RESPONSE_COMMAND_ID);
emberAfPutInt32uInResp(ZCL_DEFAULT_RESPONSE_COMMAND_ID);
emberAfPutInt32uInResp(cmd->commandId);
emberAfPutStatusInResp(status);

Expand Down

0 comments on commit ea39c38

Please sign in to comment.