--ll
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user