eive-tmtc bugfixes

This commit is contained in:
2023-09-12 13:35:26 +02:00
parent d23cc6834a
commit 9edc819a97
5 changed files with 29 additions and 23 deletions

View File

@ -83,7 +83,7 @@ def pack_pdec_handler_test(
0,
ParameterId.POSITIVE_WINDOW,
pw,
).pack()
)
)
)
if op_code == OpCode.NEGATIVE_WINDOW:
@ -96,7 +96,7 @@ def pack_pdec_handler_test(
0,
ParameterId.NEGATIVE_WINDOW,
nw,
).pack()
)
)
)
if op_code == OpCode.RESET_NO_INIT: