changeset 252:1b9be6040d82 V1.4.7 release

Minor: Typo fixed in bootloader screen add update files for testing purposes
author heinrichsweikamp
date Sat, 13 Apr 2019 14:36:33 +0200
parents 90cbeee0e1d4
children f4c16ea0354a a6c0375bc950
files BootLoader/Src/base_bootlader.c Current build/OSTC4update_190410.bin Current build/OSTC4update_190413.bin
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/BootLoader/Src/base_bootlader.c	Fri Apr 12 07:22:14 2019 +0000
+++ b/BootLoader/Src/base_bootlader.c	Sat Apr 13 14:36:33 2019 +0200
@@ -555,7 +555,7 @@
 			}
 			if(status == HAL_OK)
 			{
-				tInfo_write("programm flash");
+				tInfo_write("program flash");
 				status = firmware_programFlashMemory(pBuffer,firmware_load_result);
 				if(status != HAL_OK)
 				{
@@ -628,7 +628,7 @@
 			}
 			if(status == HAL_OK)
 			{
-				tInfo_write("programm flash");
+				tInfo_write("program flash");
 				status = firmware2_variable_upperpart_programFlashMemory(firmware_load_result,pOffset,pBuffer,firmware_load_result,0);
 				if(status != HAL_OK)
 				{
Binary file Current build/OSTC4update_190410.bin has changed
Binary file Current build/OSTC4update_190413.bin has changed