Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed May 29, 2023
1 parent fdbdd3a commit d5bf8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Drivers/Protocol/common_tlm_cmd_packet_for_driver_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ DS_ERR_CODE CTP_get_ctp_from_dssc(const DS_StreamConfig* p_stream_config, Common
if (CTP_get_on_board_subnet_time(received_packet) == 0xffffffff)
{
// FIXME: TG_forward_tlm_ ではなくてここでいいか検討
// 可能な限り正確な時間をいれるには,受信直後のここでいれるべき(←→網羅性)
// MOBC - 2nd OBC - 3rd OBC というとき, 2nd OBC でも 0xffffffff ができるようにしている
CTP_set_on_board_subnet_time(received_packet);
}
Expand Down

0 comments on commit d5bf8d3

Please sign in to comment.