mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32L1/flash_api.c
- Revision:
- 177:d650f5d4c87a
- Parent:
- 175:af195413fb11
--- a/targets/TARGET_STM/TARGET_STM32L1/flash_api.c Wed Oct 25 14:53:38 2017 +0100 +++ b/targets/TARGET_STM/TARGET_STM32L1/flash_api.c Wed Nov 08 13:50:44 2017 +0000 @@ -57,7 +57,6 @@ int32_t flash_erase_sector(flash_t *obj, uint32_t address) { - uint32_t FirstPage = 0; uint32_t PAGEError = 0; FLASH_EraseInitTypeDef EraseInitStruct; int32_t status = 0;