ACKme / Mbed 2 deprecated wiconnect-test-console

Dependencies:   WiConnect mbed

Revision:
15:a835e28308b6
Parent:
12:3dd3a1be40c1
--- 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"