]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestSineSensor/TestSineSensorAppC.nc
Small increase to stack size
[tinyos-2.x.git] / apps / tosthreads / apps / TestSineSensor / TestSineSensorAppC.nc
index b37d3bbb46e2ac51f843f218dcdafd5b56703c7d..d601e09ea40baaf61506437613746bc4d1d44575 100644 (file)
@@ -37,7 +37,7 @@ configuration TestSineSensorAppC {
 }
 implementation {
   components MainC, TestSineSensorC;
-  components new ThreadC(100) as MainThread;
+  components new ThreadC(150) as MainThread;
   
   components new BlockingSineSensorC();
   components BlockingSerialActiveMessageC;