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:
- 156:e68ee0bcdcda
- Parent:
- 149:abbf7663d27d
- Child:
- 167:bedc0a9d559a
--- a/DeviceFlash.h Fri May 06 14:08:54 2016 +0000 +++ b/DeviceFlash.h Mon May 09 20:03:26 2016 +0000 @@ -49,7 +49,7 @@ uint16_t LengthFromSector(uint8_t sector); //uint8_t sectorFromAddress(uint32_t address); -void FlashReadAll(void); -void FlashWriteAll(void); +void DeviceFlashReadAll(void); +void DeviceFlashWriteAll(void); #endif /* __DEVICE_FLASH_H__ */ \ No newline at end of file
