diff --git a/tmtc/tmtc_client_cli.py b/tmtc/tmtc_client_cli.py index f2bde8a..6d6c8ed 100755 --- a/tmtc/tmtc_client_cli.py +++ b/tmtc/tmtc_client_cli.py @@ -49,7 +49,7 @@ except ImportError as error: def main(): hook_obj = FsfwHookBase() initialize_tmtc_commander(hook_object=hook_obj) - ccsds_handler = CcsdsTmHandler(tmtc_printer=None) + ccsds_handler = CcsdsTmHandler() ccsds_handler.add_tm_handler(apid=PUS_APID, pus_tm_handler=ccsds_tm_handler, max_queue_len=50) add_ccsds_handler(ccsds_handler) run_tmtc_commander(use_gui=False, app_name="TMTC Commander FSFW") diff --git a/tmtc/tmtccmd b/tmtc/tmtccmd index 1bd9fa3..40d22ca 160000 --- a/tmtc/tmtccmd +++ b/tmtc/tmtccmd @@ -1 +1 @@ -Subproject commit 1bd9fa354b0233c81b5a431d1ca8d8c6243301d0 +Subproject commit 40d22ca3b5cc51327cf1e39fd5062b6a40b0d8f3