Skip to content

Commit

Permalink
Merge pull request analogdevicesinc#348 from mphalke/ad7689-minor-update
Browse files Browse the repository at this point in the history
ad7689: Corrected the 'channels' attribute name
  • Loading branch information
tfcollins authored Jul 8, 2022
2 parents fdc3a7d + ee9da29 commit 562fdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adi/ad7689.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, uri="", device_name=""):
self._rxadc = device
break

for ch in self._ctrl._channels:
for ch in self._ctrl.channels:
name = ch._id
self._rx_channel_names.append(name)
self.channel.append(self._channel(self._ctrl, name))
Expand Down

0 comments on commit 562fdf8

Please sign in to comment.