Comment spacing

This commit is contained in:
Scott Lahteine
2019-08-02 02:17:40 -05:00
parent 7682751646
commit 5e2582a31b
5 changed files with 23 additions and 23 deletions

View File

@ -68,7 +68,7 @@ static uint16_t EE_VerifyPageFullWriteVariable(uint16_t VirtAddress, uint16_t Da
static uint16_t EE_PageTransfer(uint16_t VirtAddress, uint16_t Data);
static uint16_t EE_VerifyPageFullyErased(uint32_t Address);
/**
/**
* @brief Restore the pages to a known good state in case of page's status
* corruption after a power loss.
* @param None.