Merge remote-tracking branch 'origin/master' into develop

miryoku-merge-master
QMK Bot 4 years ago
commit 83bd56e68c

@ -161,10 +161,12 @@ FLASH_Status FLASH_ProgramHalfWord(uint32_t Address, uint16_t Data) {
* @retval None * @retval None
*/ */
void FLASH_Unlock(void) { void FLASH_Unlock(void) {
if (FLASH->CR & FLASH_CR_LOCK) {
/* Authorize the FPEC Access */ /* Authorize the FPEC Access */
FLASH->KEYR = FLASH_KEY1; FLASH->KEYR = FLASH_KEY1;
FLASH->KEYR = FLASH_KEY2; FLASH->KEYR = FLASH_KEY2;
} }
}
/** /**
* @brief Locks the FLASH Program Erase Controller. * @brief Locks the FLASH Program Erase Controller.

Loading…
Cancel
Save