Skip to content

Commit

Permalink
net: openthread: remove unneeded OPENTHREAD_MAX_CHILDREN default value
Browse files Browse the repository at this point in the history
After openthread/openthread#9213 there is no
need to reduce the `ChildMask` size for MTD builds.

Signed-off-by: Eduardo Montoya <[email protected]>
  • Loading branch information
edmont authored and DRuffer-tmo committed Jul 27, 2023
1 parent 2fe309e commit e5afe56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/openthread/Kconfig.thread
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5afe56

Please sign in to comment.