Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jan 28, 2022
1 parent 092fb39 commit 4a32b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TlmCmd/Ccsds/space_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ APID SP_get_apid(const SpacePacket* sp)
SP_extract_param_from_packet(sp, &SP_pei_apid_, &tmp);
apid = (APID)tmp;

// FIXME: ここはユーザー依存部分なので直す
switch (apid)
{
case APID_MOBC_CMD: // FALLTHROUGH
Expand Down

0 comments on commit 4a32b99

Please sign in to comment.