fix
This commit is contained in:
parent
74f090833e
commit
8b99fbdc81
@ -507,7 +507,7 @@ def get_sequence_file() -> str:
|
|||||||
def handle_ploc_mpsoc_hk_data(printer: FsfwTmTcPrinter, hk_data: bytes, set_id: int):
|
def handle_ploc_mpsoc_hk_data(printer: FsfwTmTcPrinter, hk_data: bytes, set_id: int):
|
||||||
pw = PrintWrapper(printer)
|
pw = PrintWrapper(printer)
|
||||||
if set_id == SetId.HK_ID:
|
if set_id == SetId.HK_ID:
|
||||||
fmt_str = "!IBBBBBB"
|
fmt_str = "!IBBBBBBB"
|
||||||
current_idx = 0
|
current_idx = 0
|
||||||
inc_len = struct.calcsize(fmt_str)
|
inc_len = struct.calcsize(fmt_str)
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user