Skip to content

Commit

Permalink
TL ID も残すようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
chutaro committed Apr 5, 2023
1 parent b7ff13c commit 5ee3b08
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 @@ -275,7 +275,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)block_no);
(uint32_t)( ((0x000000ff & id) << 24) | (0x00ffffff & block_no) ));
if (ack == PL_BC_TIME_ADJUSTED)
{
return CCP_make_cmd_ret(CCP_EXEC_SUCCESS, (uint32_t)ack);
Expand Down

0 comments on commit 5ee3b08

Please sign in to comment.