There was an error while loading. Please reload this page.
2 parents 03cbf57 + b9693e3 commit 4dbfb16Copy full SHA for 4dbfb16
1 file changed
tlm_cmd/ccsds/space_packet_protocol/tlm_space_packet.c
@@ -19,7 +19,7 @@ static const SP_ParamExtractionInfo TSP_pei_tlm_id_ = {11, 0xff, 0, 1}; //
19
static const SP_ParamExtractionInfo TSP_pei_global_time_ = {12, 0xff, 0, 8}; // 11111111b
20
static const SP_ParamExtractionInfo TSP_pei_ob_sn_time_ = {20, 0xff, 0, 4}; // 11111111b
21
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
+static const SP_ParamExtractionInfo TSP_pei_dest_info_ = {25, 0xff, 0, 1}; // 11111111b
23
24
25
// ******************************
0 commit comments