Fix NVS erase return typo
This commit is contained in:
parent
ea2049efb2
commit
9f230125d8
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ static bool NVS_EraseArea(void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
FLASH->CR = 0x00000000;
|
FLASH->CR = 0x00000000;
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool NVS_BlockEmpty(NVS_Block_t *block)
|
static bool NVS_BlockEmpty(NVS_Block_t *block)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue