From: mmaroti Date: Wed, 7 May 2008 20:30:34 +0000 (+0000) Subject: fix a typo X-Git-Tag: release_tinyos_2_1_0_0~423 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=054958c28df559ab2a2ee89b00e09c824b72c4f2;p=tinyos-2.x.git fix a typo --- diff --git a/tos/chips/rf230/LowPowerListeningLayerP.nc b/tos/chips/rf230/LowPowerListeningLayerP.nc index 502820d0..fe33c478 100644 --- a/tos/chips/rf230/LowPowerListeningLayerP.nc +++ b/tos/chips/rf230/LowPowerListeningLayerP.nc @@ -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;