bump deps
This commit is contained in:
Submodule tmtc/common_tmtc updated: 8554ab5742...865ac0574f
@ -4,11 +4,11 @@ from common_tmtc.config.definitions import TM_SP_IDS
|
||||
from common_tmtc.config.hook_implementation import CommonFsfwHookBase
|
||||
from common_tmtc.pus_tc.cmd_definitions import common_fsfw_service_op_code_dict
|
||||
from tmtccmd.com_if import ComInterface
|
||||
from tmtccmd.config import TmTcDefWrapper
|
||||
from tmtccmd.config import TmtcDefinitionWrapper
|
||||
|
||||
|
||||
class FsfwHookBase(CommonFsfwHookBase):
|
||||
def get_tmtc_definitions(self) -> TmTcDefWrapper:
|
||||
def get_tmtc_definitions(self) -> TmtcDefinitionWrapper:
|
||||
return common_fsfw_service_op_code_dict()
|
||||
|
||||
def assign_communication_interface(self, com_if_key: str) -> Optional[ComInterface]:
|
||||
|
Submodule tmtc/deps/tmtccmd updated: 4a54bffa6b...e315c4c5a5
Reference in New Issue
Block a user