From d4d00e8fa1f99341c4d800e576aad6a476b3bd03 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 18 Jan 2022 11:57:58 +0100 Subject: [PATCH] another small fix --- pus_tc/pdec_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pus_tc/pdec_handler.py b/pus_tc/pdec_handler.py index 8e75b5e..4fa49e6 100644 --- a/pus_tc/pdec_handler.py +++ b/pus_tc/pdec_handler.py @@ -12,7 +12,7 @@ from spacepackets.ecss.tc import PusTelecommand class CommandIds: # prints the clcw to the console. Useful for debugging - PRINT_CLCW = byteCrray([0x0, 0x0, 0x0, 0x0]) + PRINT_CLCW = bytearray([0x0, 0x0, 0x0, 0x0]) # Print PDEC monitor register PRINT_PDEC_MON = bytearray([0x0, 0x0, 0x0, 0x1])