[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 LowPowerListeningLayerP.nc, 1.3, 1.4
Miklos Maroti
mmaroti at users.sourceforge.net
Wed May 7 13:30:36 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22631
Modified Files:
LowPowerListeningLayerP.nc
Log Message:
fix a typo
Index: LowPowerListeningLayerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230/LowPowerListeningLayerP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LowPowerListeningLayerP.nc 22 Apr 2008 17:36:52 -0000 1.3
--- LowPowerListeningLayerP.nc 7 May 2008 20:30:34 -0000 1.4
***************
*** 297,301 ****
}
! if( state == LISTEN_SUBSTART || state == SLEEP_TIMER || state == LISTEN )
state = SEND_SUBSTART;
else if( state == LISTEN_SUBSTART_DONE )
--- 297,301 ----
}
! if( state == LISTEN_SUBSTART || state == SLEEP_TIMER || state == SLEEP )
state = SEND_SUBSTART;
else if( state == LISTEN_SUBSTART_DONE )
More information about the Tinyos-2-commits
mailing list