forked from M-Labs/artiq
almazny: fix parameter
This commit is contained in:
parent
5b94ce82e4
commit
c53d333d46
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue