hosted: Report missing USB access rights only if no debugger found.
This commit is contained in:
parent
eabd69dcdb
commit
a4cdd6b310
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue