Mercurial > public > ostc4
changeset 262:f4c16ea0354a
Merged in janlmulder/ostc4/bm-3 (pull request #19)
Buelhmann cleanup , 2 small functional changes, and 1 bugfix
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Tue, 23 Apr 2019 14:21:32 +0000 |
parents | 1b9be6040d82 (diff) cc2406b835ff (current diff) |
children | cf6ad20380fb |
files | |
diffstat | 3 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/BootLoader/Src/base_bootlader.c Tue Apr 23 13:05:20 2019 +0200 +++ b/BootLoader/Src/base_bootlader.c Tue Apr 23 14:21:32 2019 +0000 @@ -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) {