mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
RP2: Updates.
* Update USB config macros. * Increase Flash FS size. * Add missing openmv_disk file. * Enable MSC in bootloader.
This commit is contained in:
parent
e8585ff226
commit
4607b5ea81
@ -1 +1 @@
|
||||
Subproject commit 347c53ca51df6fb59896694ad961f141bf35dcac
|
||||
Subproject commit f0c551f3ec74af9c10d11973ce2541949610b807
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user