Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
4:1f8e079924ba
Parent:
3:28336c2e94e4
Child:
12:b50d37429dff
--- a/main.cpp	Thu Aug 23 13:32:32 2012 +0000
+++ b/main.cpp	Thu Aug 23 15:41:20 2012 +0000
@@ -58,7 +58,7 @@
   fprintf(stdout,"Invocation time: %s\r\n",ctime(&currentTime));
   
 
-  Thread testTask(test, NULL, osPriorityNormal, 1024 * 5);
+  Thread testTask(test, NULL, osPriorityNormal, 1024 * 6);
   // this thread just waits and blinks leds periodically
   while(1) {
      led1 = !led1;
@@ -66,5 +66,4 @@
      led1 = !led1;
      Thread::wait(30000);
   }
-  return 0;
 }
\ No newline at end of file