]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/storage/Block/RandRWAppC.nc
Minor updates to comply wit TEP3 and TEP4
[tinyos-2.x.git] / apps / tests / storage / Block / RandRWAppC.nc
index 6b1ac0ff4d0a719a2565c08537b35dab3cd68ffe..c2a53de930ce8f034cb1aea923fbedaeebf43e55 100644 (file)
@@ -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;