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: mbed storage_on_flash
Revision 1:9e21adbf4f8e, committed 2015-01-19
- Comitter:
- hillkim7
- Date:
- Mon Jan 19 14:47:00 2015 +0000
- Parent:
- 0:e13134122925
- Commit message:
- Function name modified.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
storage_on_flash.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 19 14:37:42 2015 +0000 +++ b/main.cpp Mon Jan 19 14:47:00 2015 +0000 @@ -106,8 +106,8 @@ return; } - printf("data %d bytes at %p :\r\n", reader.get_data_size(), reader.get_physical_base_addr()); - printf("%.*s", reader.get_data_size(), reader.get_physical_base_addr()); + printf("data %d bytes at %p :\r\n", reader.get_data_size(), reader.get_physical_data_addr()); + printf("%.*s", reader.get_data_size(), reader.get_physical_data_addr()); printf("\r\n"); }
--- a/storage_on_flash.lib Mon Jan 19 14:37:42 2015 +0000 +++ b/storage_on_flash.lib Mon Jan 19 14:47:00 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/mbed_controller/code/storage_on_flash/#7f4bc855cb46 +http://developer.mbed.org/teams/mbed_controller/code/storage_on_flash/#33afe074c8f8