X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fstorage%2FBlock%2FRandRWAppC.nc;h=c2a53de930ce8f034cb1aea923fbedaeebf43e55;hb=b2f6921eb24d60d291c0dd7a7ee17ce1c6f2c0fa;hp=6b1ac0ff4d0a719a2565c08537b35dab3cd68ffe;hpb=5e0dfcf4cf1fea8deea9b1774d25b1755d2878ce;p=tinyos-2.x.git diff --git a/apps/tests/storage/Block/RandRWAppC.nc b/apps/tests/storage/Block/RandRWAppC.nc index 6b1ac0ff..c2a53de9 100644 --- a/apps/tests/storage/Block/RandRWAppC.nc +++ b/apps/tests/storage/Block/RandRWAppC.nc @@ -24,7 +24,7 @@ implementation { MainC.Boot <- RandRWC; RandRWC.SerialControl -> SerialActiveMessageC; - RandRWC.AMSend -> SerialActiveMessageC.AMSend[1]; + RandRWC.AMSend -> SerialActiveMessageC.AMSend[139]; RandRWC.BlockRead -> BlockStorageC.BlockRead; RandRWC.BlockWrite -> BlockStorageC.BlockWrite; RandRWC.Leds -> LedsC;