[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250/mac
DuplicateP.nc, 1.2, 1.3
akoepke
andreaskoepke at users.sourceforge.net
Tue Nov 27 05:44:14 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/mac
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv920
Modified Files:
DuplicateP.nc
Log Message:
startPeriodic does not always work
Index: DuplicateP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/mac/DuplicateP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DuplicateP.nc 4 Oct 2007 09:40:49 -0000 1.2
--- DuplicateP.nc 27 Nov 2007 13:44:09 -0000 1.3
***************
*** 125,128 ****
--- 125,129 ----
/** helper interfaces */
event void Timer.fired() {
+ call Timer.startOneShot(AGE_INTERVALL);
post ageMsgsTask();
}
***************
*** 135,139 ****
}
}
! call Timer.startPeriodic(AGE_INTERVALL);
return SUCCESS;
}
--- 136,140 ----
}
}
! call Timer.startOneShot(AGE_INTERVALL);
return SUCCESS;
}
More information about the Tinyos-2-commits
mailing list