Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32L0/flash_api.c
- Revision:
- 177:d650f5d4c87a
- Parent:
- 175:af195413fb11
diff -r 447f873cad2f -r d650f5d4c87a targets/TARGET_STM/TARGET_STM32L0/flash_api.c --- a/targets/TARGET_STM/TARGET_STM32L0/flash_api.c Wed Oct 25 14:53:38 2017 +0100 +++ b/targets/TARGET_STM/TARGET_STM32L0/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;