From f9041f215aa39df2df314b6353c098853ac64426 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 26 Apr 2024 15:27:44 +0200 Subject: [PATCH] how the fuck did that work the last time? --- eive_tmtc/tmtc/payload/ploc_mpsoc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eive_tmtc/tmtc/payload/ploc_mpsoc.py b/eive_tmtc/tmtc/payload/ploc_mpsoc.py index 2a93ef7..f674f1f 100644 --- a/eive_tmtc/tmtc/payload/ploc_mpsoc.py +++ b/eive_tmtc/tmtc/payload/ploc_mpsoc.py @@ -751,6 +751,7 @@ def handle_mpsoc_data_reply(action_id: int, pw: PrintWrapper, custom_data: bytea num_elements = struct.unpack("!I", custom_data[current_idx : current_idx + 4])[ 0 ] + current_idx += 4 elem_names = [] elem_attrs = [] elem_sizes = []