Skip to content

Commit

Permalink
Updates on ad7291 complatible_parts list to work wit current version …
Browse files Browse the repository at this point in the history
…of the dts

Signed-off-by: PopPaul2021 <[email protected]>
  • Loading branch information
PopPaul2021 committed May 12, 2023
1 parent bad510f commit b74fce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adi/ad7291.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, uri="", device_index=0):

context_manager.__init__(self, uri, self._device_name)

compatible_parts = ["ad7291"]
compatible_parts = ["ad7291_1"]

self._ctrl = None
index = 0
Expand Down

0 comments on commit b74fce5

Please sign in to comment.