made number of phase neighbors configurable
This commit is contained in:
parent
2595d31367
commit
6ae86d001d
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: contikimac.c,v 1.22 2010/04/01 10:02:04 adamdunkels Exp $
|
* $Id: contikimac.c,v 1.23 2010/04/01 17:17:36 joxe Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -173,7 +173,9 @@ static struct compower_activity current_packet;
|
||||||
|
|
||||||
#include "net/mac/phase.h"
|
#include "net/mac/phase.h"
|
||||||
|
|
||||||
|
#ifndef MAX_PHASE_NEIGHBORS
|
||||||
#define MAX_PHASE_NEIGHBORS 30
|
#define MAX_PHASE_NEIGHBORS 30
|
||||||
|
#endif
|
||||||
|
|
||||||
PHASE_LIST(phase_list, MAX_PHASE_NEIGHBORS);
|
PHASE_LIST(phase_list, MAX_PHASE_NEIGHBORS);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue