mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Clear connected flag when interrupted
This commit is contained in:
parent
59d9d18bbe
commit
3ee3716842
@ -38,6 +38,8 @@ void usbdbg_clr_script()
|
||||
{
|
||||
script_ready =0;
|
||||
vstr_reset(&script);
|
||||
|
||||
usbdbg_connected=0;
|
||||
}
|
||||
|
||||
int usbdbg_is_connected()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user