You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples/subsys/video/capture/sample.video.capture in mimxrt1064_evk:samples/subsys/video/capture/sample.video
samples/subsys/video/tcpserversink/sample.video.tcpserversink in mimxrt1064_evk:samples/subsys/video/tcpserversink/sample.video
Failure is of form:
/workdir/zephyr/drivers/video/video_sw_generator.c: In function 'video_sw_generator_stream_stop':
/workdir/zephyr/drivers/video/video_sw_generator.c:66:2: error: too few arguments to function 'k_work_cancel_delayable_sync'
66 | k_work_cancel_delayable_sync(&data->buf_work);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../../../../include/zephyr.h:18,
from /workdir/zephyr/drivers/video/video_sw_generator.c:6:
../../../../../../../include/kernel.h:3363:6: note: declared here
3363 | bool k_work_cancel_delayable_sync(struct k_work_delayable *dwork,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
The following samples fail to build:
Failure is of form:
The text was updated successfully, but these errors were encountered: