update tmtccmd and spacepackets dependency

This commit is contained in:
2022-05-05 16:15:53 +02:00
parent a58229dcd5
commit 985c032ebb
27 changed files with 47 additions and 43 deletions

View File

@ -14,7 +14,7 @@ from tmtccmd.logging import get_console_logger
from tmtccmd.tc.packer import TcQueueT
from spacepackets.ecss.tc import PusTelecommand
from utility.input_helper import InputHelper
from tmtccmd.tc.service_200_mode import pack_mode_data, Modes
from tmtccmd.tc.pus_200_fsfw_modes import pack_mode_data, Modes
LOGGER = get_console_logger()