small bugfix for PL PCDU commanding

This commit is contained in:
Robin Mueller
2022-04-07 00:15:15 +02:00
parent 61937a0272
commit 5d9f008320
3 changed files with 5 additions and 2 deletions

View File

@ -172,7 +172,7 @@ def pack_pl_pcdu_commands(tc_queue: TcQueueT, op_code: str):
| (1 << NormalSubmodesMask.X8_ON)
| (1 << NormalSubmodesMask.TX_ON)
| (1 << NormalSubmodesMask.MPA_ON)
| (1 << NormalSubmodesMask.MPA_ON)
| (1 << NormalSubmodesMask.HPA_ON)
),
)
if op_code in OpCodes.UPDATE_DRO_TO_X8_WAIT: