diff --git a/fsfw b/fsfw index 4e571e5..7e8afcc 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 4e571e508280555cc96932991e125fd8ebc38df7 +Subproject commit 7e8afcc12f413d8199f086521e1e7a6d0db21259 diff --git a/tmtc/common_tmtc b/tmtc/common_tmtc index 4a90841..6e89b61 160000 --- a/tmtc/common_tmtc +++ b/tmtc/common_tmtc @@ -1 +1 @@ -Subproject commit 4a908412822796b133254f95853f3604d7024a3f +Subproject commit 6e89b61bf80c582b1ef82bf152522598b30162f1 diff --git a/tmtc/config/hook.py b/tmtc/config/hook.py index ee3705d..365411b 100644 --- a/tmtc/config/hook.py +++ b/tmtc/config/hook.py @@ -12,11 +12,14 @@ class FsfwHookBase(CommonFsfwHookBase): return common_fsfw_service_op_code_dict() def assign_communication_interface(self, com_if_key: str) -> Optional[ComInterface]: - from tmtccmd.config.com_if import create_com_interface_default, \ - create_com_interface_cfg_default + from tmtccmd.config.com_if import ( + create_com_interface_default, + create_com_interface_cfg_default, + ) + cfg = create_com_interface_cfg_default( com_if_key=com_if_key, json_cfg_path=self.json_cfg_path, - space_packet_ids=TM_SP_IDS + space_packet_ids=TM_SP_IDS, ) return create_com_interface_default(cfg) diff --git a/tmtc/deps/spacepackets b/tmtc/deps/spacepackets index 8d417d7..0ed5142 160000 --- a/tmtc/deps/spacepackets +++ b/tmtc/deps/spacepackets @@ -1 +1 @@ -Subproject commit 8d417d7d8887982fcd9c7dc53c69d13a25e6bda0 +Subproject commit 0ed5142996e19ce0b2e9e1df07516a0146420cf8 diff --git a/tmtc/deps/tmtccmd b/tmtc/deps/tmtccmd index 5efd5d0..654e4e2 160000 --- a/tmtc/deps/tmtccmd +++ b/tmtc/deps/tmtccmd @@ -1 +1 @@ -Subproject commit 5efd5d06470da0f8e79646aea6cc567b07650d67 +Subproject commit 654e4e2a51e0883601fb8959815a0eb7bc4ad497