# HG changeset patch # User heinrichsweikamp # Date 1555158993 -7200 # Node ID 1b9be6040d8279117c7fc99d528790611638f10b # Parent 90cbeee0e1d42d7ee9b9ec78736956a509badb2e Minor: Typo fixed in bootloader screen add update files for testing purposes diff -r 90cbeee0e1d4 -r 1b9be6040d82 BootLoader/Src/base_bootlader.c --- 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) { diff -r 90cbeee0e1d4 -r 1b9be6040d82 Current build/OSTC4update_190410.bin Binary file Current build/OSTC4update_190410.bin has changed diff -r 90cbeee0e1d4 -r 1b9be6040d82 Current build/OSTC4update_190413.bin Binary file Current build/OSTC4update_190413.bin has changed