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])