Skip to content

Commit

Permalink
Merge pull request #533 from ut-issl/feature/change_cimbie_mobc_di_in…
Browse files Browse the repository at this point in the history
…_2nd_obc_tl

BC_AR_GS_RELATED_PROCESS を combine にして,Cmd受付処理の頻度をあげる (2nd OBC)
  • Loading branch information
meltingrabbit authored Apr 9, 2023
2 parents 432e355 + 1cdc28a commit 139854e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

void BCL_load_tl_initial(void)
{
BCL_tool_register_rotate ( 0, BC_AR_GS_RELATED_PROCESS);
BCL_tool_register_app ( 4, AR_TLC_DISPATCHER_GS);
BCL_tool_register_combine( 6, BC_AC_TLM_CMD_HIRATE);
BCL_tool_register_combine( 0, BC_AR_GS_RELATED_PROCESS);
BCL_tool_register_app ( 8, AR_TLC_DISPATCHER_GS);
BCL_tool_register_combine(10, BC_AC_TLM_CMD_HIRATE);
BCL_tool_register_app (40, AR_EVENT_UTILITY);
BCL_tool_register_rotate (95, BC_AR_DEBUG_DISPLAY_INI);
}
Expand Down

0 comments on commit 139854e

Please sign in to comment.