Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
23:408199b5d2cb
Parent:
22:5b1feecf2aeb
Child:
24:8f0f9551122a
Child:
28:c630a04a7198
--- a/main.cpp	Wed Sep 05 14:47:44 2012 +0000
+++ b/main.cpp	Wed Sep 05 16:38:06 2012 +0000
@@ -60,7 +60,7 @@
   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;