Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed May 30, 2023
1 parent d5bf8d3 commit b1d32c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TlmCmd/telemetry_generator.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static CCP_CmdRet TG_forward_tlm_(APID apid,
// }
if (CTP_get_on_board_subnet_time(&TG_ctp_) == 0xffffffff)
{
// FIXME: 本当は Driver で受信樹に上書きするべき? 一応 CTP_get_ctp_from_dssc でも対応
// FIXME: 本当は Driver で受信時に上書きするべき? 一応 CTP_get_ctp_from_dssc でも対応
// MOBC - 2nd OBC - 3rd OBC というとき, 2nd OBC でも 0xffffffff ができるようにしている
CTP_set_on_board_subnet_time(&TG_ctp_);
}
Expand Down

0 comments on commit b1d32c0

Please sign in to comment.