Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
39:368988b1542f
Parent:
38:83085bfd1018
Child:
40:32b0558320ea
Child:
54:30062a67e8bb
--- a/main.cpp	Thu Sep 13 15:32:34 2012 +0000
+++ b/main.cpp	Thu Sep 13 15:46:50 2012 +0000
@@ -72,7 +72,7 @@
   size_t currentTime = time(NULL);
   fprintf(stdout,"Invocation time: %s\r\n",ctime(&currentTime));
 
-  Thread testTask(test, NULL, osPriorityNormal, 1024 * 6);
+  Thread testTask(test, NULL, osPriorityNormal, 1024 * 8);
   // this thread just waits and blinks leds periodically
   while(1) {
      led1 = !led1;