Skip to content

Commit

Permalink
fix el note of deploy event
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Sep 19, 2022
1 parent b95b968 commit c7bb133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/timeline_command_dispatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ CCP_CmdRet Cmd_TLCD_DEPLOY_BLOCK(const CommonCmdPacket* packet)
EL_record_event((EL_GROUP)EL_CORE_GROUP_TLCD_DEPLOY_BLOCK,
(uint32_t)ack,
EL_ERROR_LEVEL_LOW,
(uint32_t)id);
(uint32_t)( ((0x000000ff & id) << 24) | (0x00ffffff & block_no) );
return CCP_make_cmd_ret_without_err_code(CCP_EXEC_ILLEGAL_CONTEXT);
}

Expand Down

0 comments on commit c7bb133

Please sign in to comment.