linux icon indicating copy to clipboard operation
linux copied to clipboard

Compile error on branch 2022_R2. file recently modified at linux/drivers/iio/frequency /m2k-dac.c

Open boixcomu opened this issue 1 year ago • 1 comments

Recently a new trigger info has been added as "IIO_ENUM_AVAILABLE("trigger_status", IIO_SEPARATE, &m2k_dac_trigger_status_enum)" on line 644.

Being 3 arguments it should be IIO_ENUM_AVAILABLE_SHARED or don't have ", IIO_SEPARATE" It blocks petalinux from compiling

boixcomu avatar Oct 02 '24 14:10 boixcomu