net: openthread: remove unneeded OPENTHREAD_MAX_CHILDREN default value
After https://github.com/openthread/openthread/pull/9213 there is no need to reduce the `ChildMask` size for MTD builds. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
This commit is contained in:
parent
4293835192
commit
8e40304258
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ config OPENTHREAD_POLL_PERIOD
|
|||
config OPENTHREAD_MAX_CHILDREN
|
||||
int "The maximum number of children"
|
||||
range 1 511
|
||||
default 1 if OPENTHREAD_MTD
|
||||
default 32
|
||||
|
||||
config OPENTHREAD_MAX_IP_ADDR_PER_CHILD
|
||||
|
|
|
|||
Loading…
Reference in a new issue