Skip to content

Commit 4dbfb16

Browse files
Merge pull request #420 from arkedge/TSP_pei_dest_info_
`TSP_pei_dest_info_` の設定ミスの修正
2 parents 03cbf57 + b9693e3 commit 4dbfb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tlm_cmd/ccsds/space_packet_protocol/tlm_space_packet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static const SP_ParamExtractionInfo TSP_pei_tlm_id_ = {11, 0xff, 0, 1}; //
1919
static const SP_ParamExtractionInfo TSP_pei_global_time_ = {12, 0xff, 0, 8}; // 11111111b
2020
static const SP_ParamExtractionInfo TSP_pei_ob_sn_time_ = {20, 0xff, 0, 4}; // 11111111b
2121
static const SP_ParamExtractionInfo TSP_pei_dest_flags_ = {24, 0xff, 0, 1}; // 11111111b
22-
static const SP_ParamExtractionInfo TSP_pei_dest_info_ = {25, 0x0f, 0, 1}; // 11111111b
22+
static const SP_ParamExtractionInfo TSP_pei_dest_info_ = {25, 0xff, 0, 1}; // 11111111b
2323

2424

2525
// ******************************

0 commit comments

Comments
 (0)