We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01ff2d commit f26add3Copy full SHA for f26add3
tests/drivers/video/api/src/video_emul.c
@@ -157,7 +157,7 @@ ZTEST(video_common, test_video_vbuf)
157
zexpect_ok(video_set_format(rx_dev, VIDEO_EP_OUT, &fmt));
158
159
/* Allocate a buffer, assuming prj.conf gives enough memory for it */
160
- vbuf = video_buffer_alloc(fmt.pitch * fmt.height, K_FOREVER);
+ vbuf = video_buffer_alloc(fmt.pitch * fmt.height, K_NO_WAIT);
161
zexpect_not_null(vbuf);
162
163
/* Start the virtual hardware */
0 commit comments