Skip to content

Commit

Permalink
hosted: Report missing USB access rights only if no debugger found.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweBonnes committed Jun 7, 2020
1 parent eabd69d commit a4cdd6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platforms/hosted/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ static int find_debuggers( BMP_CL_OPTIONS_t *cl_opts,bmp_info_t *info)
report = true;
goto rescan;
} else {
if (found_debuggers > 0)
access_problems = false;
found_debuggers = 0;
}
}
Expand Down

0 comments on commit a4cdd6b

Please sign in to comment.