Removed busy-wait while receiving radio data (just stay awake)

This commit is contained in:
fros4943 2006-10-05 12:09:40 +00:00
parent cd2fbcdbd8
commit 837f71e8dd
4 changed files with 15 additions and 15 deletions

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: simEnvChange.h,v 1.2 2006/10/02 15:05:49 fros4943 Exp $
* $Id: simEnvChange.h,v 1.3 2006/10/05 12:09:53 fros4943 Exp $
*/
#ifndef __SIMENVCHANGE_H__
@ -43,8 +43,8 @@ extern int simProcessRunValue;
extern int simEtimerPending;
extern int simNextExpirationTime;
// Variable that if set to != 0, immediately yields before then next process_run() call
extern char busyWaitNext;
// Variable that when set to != 0, stops the mote from falling asleep next tick
extern char simDontFallAsleep;
// Definition for registering an interface
#define SIM_INTERFACE(name, doActionsBeforeTick, doActionsAfterTick) \