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 LG by
Diff: DeviceFlash.h
- Revision:
- 167:bedc0a9d559a
- Parent:
- 156:e68ee0bcdcda
--- a/DeviceFlash.h Sun May 22 18:59:20 2016 +0000 +++ b/DeviceFlash.h Sun Jun 05 11:03:33 2016 +0000 @@ -42,8 +42,8 @@ DeviceFlashState state; } DeviceFlash; -void InitFlashWithDefaults(void); -void InitFlash(void); +void InitFlashDefaultSettings(void); +void InitFlashState(void); uint32_t AddressFromSector(uint8_t sector); uint16_t LengthFromSector(uint8_t sector);
