X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fstorage%2FSyncLog%2FSyncLogAppC.nc;h=5332eb970e10cc9d75b18cc88d3141e469e043c8;hb=b2f6921eb24d60d291c0dd7a7ee17ce1c6f2c0fa;hp=a8b7eb1773ba2f0651c74231e8d816cc50461411;hpb=5e0dfcf4cf1fea8deea9b1774d25b1755d2878ce;p=tinyos-2.x.git diff --git a/apps/tests/storage/SyncLog/SyncLogAppC.nc b/apps/tests/storage/SyncLog/SyncLogAppC.nc index a8b7eb17..5332eb97 100644 --- a/apps/tests/storage/SyncLog/SyncLogAppC.nc +++ b/apps/tests/storage/SyncLog/SyncLogAppC.nc @@ -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; }