]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/storage/Config/RandRWAppC.nc
Minor updates to comply wit TEP3 and TEP4
[tinyos-2.x.git] / apps / tests / storage / Config / RandRWAppC.nc
index 7a41aa08ae8b79bd2cbfa90cd181e9bda801008f..7a1d186898294bdcdf11084d6aada254fbfc9024 100644 (file)
@@ -24,7 +24,7 @@ implementation {
   MainC.Boot <- RandRWC;
 
   RandRWC.SerialControl -> SerialActiveMessageC;
-  RandRWC.AMSend -> SerialActiveMessageC.AMSend[1];
+  RandRWC.AMSend -> SerialActiveMessageC.AMSend[139];
   RandRWC.ConfigStorage -> ConfigStorageC.ConfigStorage;
   RandRWC.ConfigMount -> ConfigStorageC.Mount;
   RandRWC.Leds -> LedsC;