Added SUS Assembly Commands #44

Merged
meierj merged 6 commits from mueller/master into develop 2022-03-22 13:37:48 +01:00
Showing only changes of commit a23cfda50d - Show all commits

View File

@ -122,7 +122,9 @@ def pack_sus_cmds(tc_queue: TcQueueT, op_code: str):
)
def command_acs_board(object_id: bytes, mode: Modes, submode: int, tc_queue: TcQueueT, info: str):
def command_acs_board(
object_id: bytes, mode: Modes, submode: int, tc_queue: TcQueueT, info: str
):
tc_queue.appendleft((QueueCommands.PRINT, info))
mode_data = pack_mode_data(
object_id=object_id,