Merge pull request #1421 from openmv/rp2_updates_fix

RP2: Updates.
This commit is contained in:
Ibrahim Abd Elkader 2021-08-01 18:42:18 +02:00 committed by GitHub
commit 2c7bb5d653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 347c53ca51df6fb59896694ad961f141bf35dcac
Subproject commit f0c551f3ec74af9c10d11973ce2541949610b807

View File

@ -98,7 +98,7 @@ void __fatal_error()
void pico_reset_to_bootloader(void)
{
reset_usb_boot(0, 1);
reset_usb_boot(0, 0);
}
void exec_boot_script(const char *path, bool interruptible)