Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
41:9d802bf152fa
Parent:
40:32b0558320ea
Child:
42:e423e7204e5c
--- a/main.cpp	Fri Sep 14 12:16:09 2012 +0000
+++ b/main.cpp	Fri Sep 14 12:58:57 2012 +0000
@@ -63,7 +63,7 @@
   size_t currentTime = time(NULL);
   fprintf(stdout,"Invocation time: %s\r\n",ctime(&currentTime));
 
-  Thread testTask(test, NULL, osPriorityNormal, 1024 * 8);
+  Thread testTask(test, NULL, osPriorityNormal, 1024 * 6);
   // this thread just waits and blinks leds periodically
   while(1) {
      led1 = !led1;