Skip to content

Commit

Permalink
[host] app: revert unintended change from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Jan 27, 2024
1 parent 34e8a22 commit e376e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static bool captureStart(void)
return false;
}

if (app.iface->start && app.iface->start())
if (app.iface->start && !app.iface->start())
{
DEBUG_ERROR("Failed to start the capture device");
return false;
Expand Down

0 comments on commit e376e6f

Please sign in to comment.