mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Clear debug flags when initializing usbdbg
This commit is contained in:
parent
54288c5351
commit
d9d991054d
@ -37,6 +37,7 @@ void usbdbg_init()
|
||||
{
|
||||
vstr_init(&script_buf, 64);
|
||||
mp_const_ide_interrupt = mp_obj_new_exception_msg(&mp_type_Exception, "IDE interrupt");
|
||||
usbdbg_clear_flags();
|
||||
}
|
||||
|
||||
int usbdbg_script_ready()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user