Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Apr 8, 2024
1 parent 6261bc6 commit 80d2e88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ void CTP_set_global_time(CommonTlmPacket* packet)
{
// 何を設定するかはユーザー定義
// TMGR_get_curret_unixtime() で現在の unixtime を入れたり, gps 時刻 を入れたり, など
// User 独自の値を設定する場合は, C2A_USE_DEFAULT_GLOBAL_TIME_IN_CTP を OFF にすること
TSP_set_global_time(packet, 0.0);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ void CTP_set_global_time(CommonTlmPacket* packet)
{
// 何を設定するかはユーザー定義
// TMGR_get_curret_unixtime() で現在の unixtime を入れたり, gps 時刻 を入れたり, など
// User 独自の値を設定する場合は, C2A_USE_DEFAULT_GLOBAL_TIME_IN_CTP を OFF にすること
TSP_set_global_time(packet, 0.0);
}

Expand Down

0 comments on commit 80d2e88

Please sign in to comment.