Skip to content

Commit

Permalink
Merge pull request #321 from ut-issl/feature/add-stim-update-in-rsp-tl
Browse files Browse the repository at this point in the history
Add BC_AC_STIM210_UPDATE in Rough Sun Pointing TL
  • Loading branch information
conjikidow committed May 27, 2024
2 parents e332a8e + 82e29e9 commit 751d963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/src_user/Settings/Modes/TaskLists/tl_rough_sun_pointing.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ void BCL_load_rough_sun_pointing_mode(void)

BCL_tool_register_combine(45, BC_AC_RM3100_UPDATE); // 4step以上

// 基本使わないがユーザーが使いたい時に使えるように入れておく
BCL_tool_register_combine(55, BC_AC_STIM210_UPDATE); // 1step以上

BCL_tool_register_app (60, AR_APP_GYRO_SELECTOR); // 1step以上
BCL_tool_register_combine(65, BC_AC_SUN_VECTOR_UPDATE); // 合計4step以上

Expand Down

0 comments on commit 751d963

Please sign in to comment.