]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/storage/CircularLog/RandRWAppC.nc
Minor updates to comply wit TEP3 and TEP4
[tinyos-2.x.git] / apps / tests / storage / CircularLog / RandRWAppC.nc
index 008bc0bd8979f0745923397a19373c40408424ff..d55b6232cf41a53d950aa3ea50535bd961375833 100644 (file)
@@ -24,7 +24,7 @@ implementation {
   MainC.Boot <- RandRWC;
 
   RandRWC.SerialControl -> SerialActiveMessageC;
-  RandRWC.AMSend -> SerialActiveMessageC.AMSend[1];
+  RandRWC.AMSend -> SerialActiveMessageC.AMSend[139];
   RandRWC.LogRead -> LogStorageC.LogRead;
   RandRWC.LogWrite -> LogStorageC.LogWrite;
   RandRWC.Leds -> LedsC;