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.
Dependencies: DM_FATFileSystem EthernetInterface HTTPClient mbed-rtos mbed-src
Fork of DMSupport by
Diff: Registry.cpp
- Revision:
- 29:b1ec19000e15
- Parent:
- 20:9df19da50290
- Child:
- 37:07659b5d90ce
--- a/Registry.cpp Fri Jan 23 17:31:56 2015 +0100 +++ b/Registry.cpp Mon Jan 26 10:12:57 2015 +0100 @@ -163,7 +163,7 @@ break; } - int read = eeprom.read(0,_data,eeprom.memorySize()); + uint32_t read = eeprom.read(0,_data,eeprom.memorySize()); if (read != eeprom.memorySize()) { err = EEPROMReadError; break;