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;
|
report = true;
|
||||||
goto rescan;
|
goto rescan;
|
||||||
} else {
|
} else {
|
||||||
|
if (found_debuggers > 0)
|
||||||
|
access_problems = false;
|
||||||
found_debuggers = 0;
|
found_debuggers = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user