cherry pick tidy up (#14244)
This commit is contained in:
parent
1e7117317f
commit
f2c9e82e5b
4 changed files with 6 additions and 39 deletions
|
@ -47,4 +47,3 @@ FLASH_Status FLASH_ProgramHalfWord(uint32_t Address, uint16_t Data) {
|
|||
FLASH_Status FLASH_WaitForLastOperation(uint32_t Timeout) { return FLASH_COMPLETE; }
|
||||
void FLASH_Unlock(void) { flash_locked = false; }
|
||||
void FLASH_Lock(void) { flash_locked = true; }
|
||||
void FLASH_ClearFlag(uint32_t FLASH_FLAG) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue