From 556b97ca05ebffa10b5b22c744376a2a90146a2a Mon Sep 17 00:00:00 2001
From: danukeru <danukeru@foulab.org>
Date: Thu, 22 Aug 2019 11:57:27 -0400
Subject: [PATCH] Forgot the actual call. derp.

---
 bootloader/main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bootloader/main.c b/bootloader/main.c
index 112df1d16..560bb5176 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -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)
 				;
 		}
-- 
GitLab