This commit is contained in:
Mysteo91
2023-07-03 16:16:34 +03:00
parent d9d833c586
commit 5e6d9a3165
24 changed files with 1968 additions and 8839 deletions

View File

@@ -234,7 +234,7 @@ blt_bool NvmVerifyChecksumHook(void)
if (calculateROM_CRC32(FLASH_AREA_FULLPROG, &crcCalculated) == BLT_TRUE)
{
if (crcCalculated = crcInFlash )
if (crcCalculated == crcInFlash )
{
return BLT_TRUE;
}