another small fix

This commit is contained in:
Robin Müller 2022-01-18 11:57:58 +01:00
parent d3c49c9006
commit d4d00e8fa1
1 changed files with 1 additions and 1 deletions

View File

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