Skip to content

Commit

Permalink
fix bug sed
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jul 19, 2023
1 parent e0d86d9 commit 45d78a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TlmCmd/telemetry_generator.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ CCP_CmdRet Cmd_GENERATE_TLM(const CommonCmdPacket* packet)
TSP_set_dest_flags(&TG_ctp_, dest_flags);
TSP_set_dest_info(&TG_ctp_, dr_partition); // FIXME: もはや dr partition ですらない
TSP_set_tlm_id(&TG_ctp_, id);
TSP_set_sub_hdr_ver(&TG_ctp_, TSP_2ND_HDR_VER_1);
TSP_set_2nd_hdr_ver(&TG_ctp_, TSP_2ND_HDR_VER_1);

// 生成したパケットを指定された回数配送処理へ渡す
while (num_dumps != 0)
Expand Down

0 comments on commit 45d78a0

Please sign in to comment.