forked from M-Labs/artiq
1
0
Fork 0

almazny: fix parameter

This commit is contained in:
Sebastien Bourdeauducq 2023-05-09 14:27:37 +08:00
parent 5b94ce82e4
commit c53d333d46
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class AlmaznyChannel:
def __init__(self, dmgr, host_mirny, channel):
self.channel = channel
self.mirny_cpld = dmgr.get(cpld_device)
self.mirny_cpld = dmgr.get(host_mirny)
@portable
def to_mu(self, att, enable, led):