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.
Diff: tests/blocking/file/FileListTest.cpp
- Revision:
- 15:a835e28308b6
- Parent:
- 12:3dd3a1be40c1
diff -r 779e8b2b50b4 -r a835e28308b6 tests/blocking/file/FileListTest.cpp --- a/tests/blocking/file/FileListTest.cpp Wed Aug 13 04:45:36 2014 -0700 +++ b/tests/blocking/file/FileListTest.cpp Sat Aug 23 05:40:50 2014 -0700 @@ -98,7 +98,7 @@ int i = 1; LOG_INFO("File count: %d", fileList.getCount()); - for(const File *file = fileList.getListHead(); file != NULL; file = file->getNext(), ++i) + for(const WiconnectFile *file = fileList.getListHead(); file != NULL; file = file->getNext(), ++i) { LOG_INFO("------------------------\r\n" "%d: %s\r\n"