]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix a typo
authormmaroti <mmaroti>
Wed, 7 May 2008 20:30:34 +0000 (20:30 +0000)
committermmaroti <mmaroti>
Wed, 7 May 2008 20:30:34 +0000 (20:30 +0000)
tos/chips/rf230/LowPowerListeningLayerP.nc

index 502820d0e2d38faeeb02534b8aa05daf3b513768..fe33c4783d1e450e3d8fae0f9b519b78af87c665 100644 (file)
@@ -296,7 +296,7 @@ implementation
                        post transition();
                }
 
-               if( state == LISTEN_SUBSTART || state == SLEEP_TIMER || state == LISTEN )
+               if( state == LISTEN_SUBSTART || state == SLEEP_TIMER || state == SLEEP )
                        state = SEND_SUBSTART;
                else if( state == LISTEN_SUBSTART_DONE )
                        state = SEND_SUBSTART_DONE;