tmtccmd update
This commit is contained in:
parent
fea2e77b0a
commit
4268b29d19
@ -65,7 +65,7 @@ class FsfwHookBase(TmTcHookBase):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def handle_service_3_housekeeping(
|
def handle_service_3_housekeeping(
|
||||||
object_id: int, set_id: int, hk_data: bytearray, service3_packet: Service3Base
|
object_id: bytes, set_id: int, hk_data: bytearray, service3_packet: Service3Base
|
||||||
) -> Tuple[list, list, bytearray, int]:
|
) -> Tuple[list, list, bytearray, int]:
|
||||||
from pus_tm.service_3_hk_handling import service_3_hk_handling
|
from pus_tm.service_3_hk_handling import service_3_hk_handling
|
||||||
return service_3_hk_handling(
|
return service_3_hk_handling(
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 8ca16e305d18eb8df2165680676992261af99c1b
|
Subproject commit 2fe13b2d7183dce67b6b7ec4b89dd7771ee46a2f
|
Reference in New Issue
Block a user