cc26xx: allow IEEE 802.15.4 frames with version 2, required for TSCH
This commit is contained in:
parent
80aa30c5da
commit
54e4b5f351
|
@ -601,7 +601,7 @@ init_rf_params(void)
|
|||
cmd->frameFiltOpt.defaultPend = 0;
|
||||
cmd->frameFiltOpt.bPendDataReqOnly = 0;
|
||||
cmd->frameFiltOpt.bPanCoord = 0;
|
||||
cmd->frameFiltOpt.maxFrameVersion = 1;
|
||||
cmd->frameFiltOpt.maxFrameVersion = 2;
|
||||
cmd->frameFiltOpt.bStrictLenFilter = 0;
|
||||
|
||||
/* Receive all frame types */
|
||||
|
|
Loading…
Reference in a new issue