]> 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 2a5bdf2a97eb4ee805a197fa450fbef0c90f9bce..d601e09ea40baaf61506437613746bc4d1d44575 100644 (file)
@@ -37,11 +37,11 @@ configuration TestSineSensorAppC {
 }
 implementation {
   components MainC, TestSineSensorC;
-  components new ThreadC(100) as MainThread;
+  components new ThreadC(150) as MainThread;
   
   components new BlockingSineSensorC();
   components BlockingSerialActiveMessageC;
-  components new BlockingSerialAMSenderC(100);
+  components new BlockingSerialAMSenderC(228);
 
   MainC.Boot <- TestSineSensorC;
   MainC.SoftwareInit -> BlockingSineSensorC;