almazny: fix parameter

pull/2238/head
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):