summaryrefslogtreecommitdiff
path: root/tmk_core/common/chibios/flash_stm32.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-31 00:25:41 +0100
committerGitHub <noreply@github.com>2021-08-31 00:25:41 +0100
commitf2c9e82e5b3887ed28c3a5c68d27c4efaca54201 (patch)
tree42e04b09167623a8d3809e3dbd4e435bc877a5a5 /tmk_core/common/chibios/flash_stm32.h
parent1e7117317fd8a51f9ca6e926777694b930c9502b (diff)
cherry pick tidy up (#14244)
Diffstat (limited to 'tmk_core/common/chibios/flash_stm32.h')
-rw-r--r--tmk_core/common/chibios/flash_stm32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/chibios/flash_stm32.h b/tmk_core/common/chibios/flash_stm32.h
index 9c6a7cc50f..6c66642ec5 100644
--- a/tmk_core/common/chibios/flash_stm32.h
+++ b/tmk_core/common/chibios/flash_stm32.h
@@ -38,7 +38,6 @@ FLASH_Status FLASH_ProgramHalfWord(uint32_t Address, uint16_t Data);
void FLASH_Unlock(void);
void FLASH_Lock(void);
-void FLASH_ClearFlag(uint32_t FLASH_FLAG);
#ifdef __cplusplus
}