Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
36:dd730ff4962e
Parent:
35:6867af70c51c
Child:
38:83085bfd1018
--- a/main.cpp	Thu Sep 13 12:17:18 2012 +0000
+++ b/main.cpp	Thu Sep 13 13:54:17 2012 +0000
@@ -6,7 +6,7 @@
 #include "LogHeader.h"
 
 #include "mbed.h"
-#include "socket/bsd_socket.h"
+
 #include "rtos.h"
 #include "VodafoneUSBModem.h"
 #include "VodafoneTestCase.h"
@@ -63,7 +63,7 @@
   size_t currentTime = time(NULL);
   fprintf(stdout,"Invocation time: %s\r\n",ctime(&currentTime));
 
-  Thread testTask(test, NULL, osPriorityNormal, 1024 * 7);
+  Thread testTask(test, NULL, osPriorityNormal, 1024 * 6);
   // this thread just waits and blinks leds periodically
   while(1) {
      led1 = !led1;