Skip to content
Snippets Groups Projects
Commit d531aaa1 authored by schneider's avatar schneider Committed by rahix
Browse files

fix(bootloader): Unlink card10.bin after flashing

parent 1b4e3581
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,7 @@ int main(void)
);
erase_partition();
flash_partition();
f_unlink("card10.bin");
bootloader_display_line(
4, "Trying to boot", 0xffff
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment