File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
2nd_obc_user/src/src_user/Settings/TlmCmd/Ccsds
minimum_user/src/src_user/Settings/TlmCmd/Ccsds Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ int APID_is_other_obc_tlm_apid(APID apid)
31
31
{
32
32
switch (apid )
33
33
{
34
- case APID_MOBC_TLM : // FALLTHROUGH
34
+ // FIXME: 2nd obc の場合は変更しなければいけないが, https://github.com/ut-issl/c2a-core/issues/489 で消えるので一旦このまま
35
+ case APID_AOBC_TLM : // FALLTHROUGH
35
36
case APID_TOBC_TLM :
36
37
return 1 ;
37
38
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ int APID_is_other_obc_tlm_apid(APID apid)
31
31
{
32
32
switch (apid )
33
33
{
34
+ // FIXME: 2nd obc の場合は変更しなければいけないが, https://github.com/ut-issl/c2a-core/issues/489 で消えるので一旦このまま
34
35
case APID_AOBC_TLM : // FALLTHROUGH
35
36
case APID_TOBC_TLM :
36
37
return 1 ;
You can’t perform that action at this time.
0 commit comments