TSCH: set max hopping sequence length to default hopping sequence
This commit is contained in:
parent
4583fff094
commit
423412d99c
@ -151,7 +151,7 @@
|
|||||||
#ifdef TSCH_CONF_HOPPING_SEQUENCE_MAX_LEN
|
#ifdef TSCH_CONF_HOPPING_SEQUENCE_MAX_LEN
|
||||||
#define TSCH_HOPPING_SEQUENCE_MAX_LEN TSCH_CONF_HOPPING_SEQUENCE_MAX_LEN
|
#define TSCH_HOPPING_SEQUENCE_MAX_LEN TSCH_CONF_HOPPING_SEQUENCE_MAX_LEN
|
||||||
#else
|
#else
|
||||||
#define TSCH_HOPPING_SEQUENCE_MAX_LEN 16
|
#define TSCH_HOPPING_SEQUENCE_MAX_LEN sizeof(TSCH_DEFAULT_HOPPING_SEQUENCE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/******** Configuration: association *******/
|
/******** Configuration: association *******/
|
||||||
|
Loading…
Reference in New Issue
Block a user