TMTC improvements #219

Merged
meggert merged 2 commits from tmtc-improvements into main 2023-07-19 14:46:51 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 6cffae4397 - Show all commits

View File

@ -18,7 +18,7 @@ from .defs import PrintWrapper
from .event_handler import handle_event_packet
from .verification_handler import handle_service_1_fsfw_packet, generic_retval_printout
from .hk_demux import handle_hk_packet
from .hk_handler import handle_hk_packet
from .action_reply_handler import handle_action_reply
_LOGGER = logging.getLogger(__name__)