analogdevicesinc / libad9361-iio

IIO AD9361 library for filter design and handling, multi-chip sync, etc.
http://analogdevicesinc.github.io/libad9361-iio/
GNU Lesser General Public License v2.1
76 stars 48 forks source link

fmcomm5_phase_sync calls to iii_channel_xxxx missing channel mask #106

Open w1ebr opened 10 months ago

w1ebr commented 10 months ago

The iio.h file shows the iii_channel_enable, iii_channel_disable, etc. should be passed two arguments, the channel and a channel mask. "fmcomm5_phase_sync.c" calls the routines without a channel mask.

ekigwana commented 10 months ago

libiio in undergoing and API update. Ensure that you are using the https://github.com/analogdevicesinc/libiio/tree/libiio-v0 until that is all settled.

See #99