Fix NVS erase return typo

This commit is contained in:
fruchti 2020-09-20 18:59:59 +02:00
parent ea2049efb2
commit 9f230125d8

View file

@ -90,8 +90,8 @@ static bool NVS_EraseArea(void)
return false;
}
FLASH->CR = 0x00000000;
return true;
}
return true;
}
static bool NVS_BlockEmpty(NVS_Block_t *block)