update dependencies
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from tmtccmd.tc import QueueHelper
|
||||
from tmtccmd.tc import DefaultPusQueueHelper
|
||||
from tmtccmd.tc.pus_200_fsfw_modes import Modes
|
||||
|
||||
from .common import command_mode
|
||||
@ -15,7 +15,7 @@ class Info:
|
||||
TCS_BOARD_ASS_OFF = "Switching TCS board assembly off"
|
||||
|
||||
|
||||
def pack_tcs_sys_commands(q: QueueHelper, op_code: str):
|
||||
def pack_tcs_sys_commands(q: DefaultPusQueueHelper, op_code: str):
|
||||
if op_code in OpCodes.TCS_BOARD_ASS_NORMAL:
|
||||
command_mode(
|
||||
object_id=TCS_BOARD_ASS_ID,
|
||||
|
Reference in New Issue
Block a user