mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2022 from kwagyeman/kwabena/fix_imx_openmv_disk
ports/mimxrt: Add .openmv_disk file.
This commit is contained in:
commit
64f5249610
@ -224,6 +224,9 @@ soft_reset:
|
|||||||
tusb_init();
|
tusb_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Mark FS as OpenMV disk.
|
||||||
|
file_ll_touch(".openmv_disk");
|
||||||
|
|
||||||
// Execute user scripts.
|
// Execute user scripts.
|
||||||
exec_boot_script("boot.py", false);
|
exec_boot_script("boot.py", false);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user