forked from M-Labs/artiq
Fix ADF3536 having RTIO channel names
The channel in this device refers to a channel on the mirny, not an RTIO channel.
This commit is contained in:
parent
4417acd13b
commit
0bf57f4ebd
|
@ -74,8 +74,8 @@ class ADF5356:
|
|||
self._init_registers()
|
||||
|
||||
@staticmethod
|
||||
def get_rtio_channels(channel, **kwargs):
|
||||
return [(channel, None)]
|
||||
def get_rtio_channels(**kwargs):
|
||||
return []
|
||||
|
||||
@kernel
|
||||
def init(self, blind=False):
|
||||
|
|
Loading…
Reference in New Issue