Skip to content

Commit

Permalink
Fix OBS class to use new independent complex data flags
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 9, 2024
1 parent 5c91d3d commit 4da990f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adi/obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, ctx, obs_dev, channel_names, complex_data=True):
self._ctx = ctx
self._rxadc = obs_dev
self._rx_channel_names = channel_names
self._complex_data = complex_data
self._rx_complex_data = complex_data
rx.__init__(self)

def __del__(self):
Expand Down

0 comments on commit 4da990f

Please sign in to comment.