Skip to content

Commit

Permalink
Remove error check for find_channel to go back to v0 behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Nov 28, 2023
1 parent 4ea7364 commit 431e01c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/iio.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ class ChannelType(Enum):
_d_find_channel = _lib.iio_device_find_channel
_d_find_channel.restype = _ChannelPtr
_d_find_channel.argtypes = (_DevicePtr, c_char_p, c_bool)
_d_find_channel.errcheck = _check_null

_d_reg_write = _lib.iio_device_reg_write
_d_reg_write.restype = c_int
Expand Down

0 comments on commit 431e01c

Please sign in to comment.