Skip to content

Commit da881a0

Browse files
committed
add comment
1 parent a72dd7e commit da881a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Examples/2nd_obc_user/src/src_user/Settings/TlmCmd/Ccsds/apid_define.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ int APID_is_other_obc_tlm_apid(APID apid)
3131
{
3232
switch (apid)
3333
{
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
3536
case APID_TOBC_TLM:
3637
return 1;
3738

Examples/minimum_user/src/src_user/Settings/TlmCmd/Ccsds/apid_define.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ int APID_is_other_obc_tlm_apid(APID apid)
3131
{
3232
switch (apid)
3333
{
34+
// FIXME: 2nd obc の場合は変更しなければいけないが, https://github.com/ut-issl/c2a-core/issues/489 で消えるので一旦このまま
3435
case APID_AOBC_TLM: // FALLTHROUGH
3536
case APID_TOBC_TLM:
3637
return 1;

0 commit comments

Comments
 (0)