Skip to content

Commit

Permalink
add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jan 25, 2022
1 parent 8ced109 commit 9470fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TlmCmd/packet_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ static PH_ACK PH_analyze_tlm(const CommonTlmPacket* packet)

CCP_EXEC_STS PH_dispatch_command(const CommonCmdPacket* packet)
{
if (packet == NULL) return CCP_EXEC_UNKNOWN; // FIXME: 返り値変えたい

// FIXME: CTCP, SpacePacket 整理で直す
// if (CTCP_get_packet_type(packet) != CTCP_PACKET_TYPE_CMD)
// {
Expand Down

0 comments on commit 9470fc2

Please sign in to comment.