printer emptsy now

This commit is contained in:
2021-06-18 16:44:50 +02:00
parent c30309740a
commit cf797ab81b
2 changed files with 2 additions and 2 deletions

View File

@ -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")