X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fstorage%2FCircularLog%2FRandRWAppC.nc;h=d55b6232cf41a53d950aa3ea50535bd961375833;hb=b2f6921eb24d60d291c0dd7a7ee17ce1c6f2c0fa;hp=008bc0bd8979f0745923397a19373c40408424ff;hpb=5e0dfcf4cf1fea8deea9b1774d25b1755d2878ce;p=tinyos-2.x.git diff --git a/apps/tests/storage/CircularLog/RandRWAppC.nc b/apps/tests/storage/CircularLog/RandRWAppC.nc index 008bc0bd..d55b6232 100644 --- a/apps/tests/storage/CircularLog/RandRWAppC.nc +++ b/apps/tests/storage/CircularLog/RandRWAppC.nc @@ -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;