Skip to content
Snippets Groups Projects
Commit 556b97ca authored by danukeru's avatar danukeru
Browse files

Forgot the actual call. derp.

parent 458fcb51
No related branches found
No related tags found
1 merge request!193Fix #104 - Add error message to . Added bootloader specific error splash...
......@@ -179,6 +179,9 @@ void flash_partition(void)
data); /* wild cast. not sure if this works */
if (ret != E_NO_ERROR) {
printf("FLC_Write failed with %d\n", ret);
bootloader_display_error(
"Firmware Write", "Firmware not", "updated."
);
while (1)
;
}
......
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