]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/storage/SyncLog/SyncLogAppC.nc
Minor updates to comply wit TEP3 and TEP4
[tinyos-2.x.git] / apps / tests / storage / SyncLog / SyncLogAppC.nc
index a8b7eb1773ba2f0651c74231e8d816cc50461411..5332eb970e10cc9d75b18cc88d3141e469e043c8 100644 (file)
@@ -21,6 +21,6 @@ implementation {
   SyncLogC.Timer1 -> Timer1;
   SyncLogC.LogWrite -> LogStorageC;
   SyncLogC.LogRead -> LogStorageC;
-  SyncLogC.AMSend -> SerialActiveMessageC.AMSend[11];
+  SyncLogC.AMSend -> SerialActiveMessageC.AMSend[139];
   SyncLogC.AMControl -> SerialActiveMessageC;
 }