Fix ADF3536 having RTIO channel names

The channel in this device refers to a channel on the mirny, not an RTIO
channel.
pull/2026/head
Jonathan Coates 2023-04-18 13:19:01 +01:00 committed by Sébastien Bourdeauducq
parent 4417acd13b
commit 0bf57f4ebd
1 changed files with 2 additions and 2 deletions

View File

@ -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):