[VPU] Fix MyriadPlugin build with enabled options of Conditional Compilation (#10812)

This commit is contained in:
Anton Dudchenko 2022-03-11 14:54:10 +03:00 committed by GitHub
parent 0b4b627e02
commit a43369c152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1406,7 +1406,7 @@ static void* debugConsoleThreadReader(void* ctx) {
struct _devicePrivate_t *d = (struct _devicePrivate_t *) ctx;
streamId_t streamId = d->printf_over_xlink_stream_id;
int connfd = d->printf_over_xlink_conn_fd;
streamPacketDesc_t * packet;
streamPacketDesc_t * packet = NULL;
XLinkError_t xerr;
fprintfsock(connfd, "XLinkConsole receiving loop begins\n");