From d32e427e0fbdf4e574f9743b6d1aa897e1bdaa08 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 6 Apr 2022 12:13:28 +0200 Subject: [PATCH] pack HK command instead of diag --- pus_tc/devs/p60dock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pus_tc/devs/p60dock.py b/pus_tc/devs/p60dock.py index df4e516..2f358ca 100644 --- a/pus_tc/devs/p60dock.py +++ b/pus_tc/devs/p60dock.py @@ -130,7 +130,7 @@ def pack_p60dock_test_into(object_id: bytearray, tc_queue: TcQueueT, op_code: st if op_code in GomspaceOpCodes.REQUEST_HK_ONCE: tc_queue.appendleft((QueueCommands.PRINT, "P60 Dock: Requesting HK Table Once")) hk_sid = make_sid(object_id=P60_DOCK_HANDLER, set_id=SetIds.P60_DOCK) - command = generate_one_diag_command(sid=hk_sid, ssc=0) + command = generate_one_hk_command(sid=hk_sid, ssc=0) tc_queue.appendleft(command.pack_command_tuple()) if op_code in GomspaceOpCodes.PRINT_SWITCH_V_I: tc_queue.appendleft(