Skip to content

Commit 0b7c5ad

Browse files
lmaciejonczykhenrikbrixandersen
authored andcommitted
kconfig: openthread: Increase range for OPENTHREAD_CLI_MAX_LINE_LENGTH
This commit increases the range of value for the OPENTHREAD_CLI_MAX_LINE_LENGTH option to the maximum allowed. The previous range may have been insufficient for Openthread vendor CLI commands. Signed-off-by: Lukasz Maciejonczyk <[email protected]>
1 parent 18dc21b commit 0b7c5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openthread/Kconfig.thread

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ config OPENTHREAD_PARENT_SEARCH_RSS_THRESHOLD
152152

153153
config OPENTHREAD_CLI_MAX_LINE_LENGTH
154154
int "The maximum size of the CLI line in bytes"
155-
range 16 1024
155+
range 16 $(UINT16_MAX)
156156
default 384
157157

158158
config OPENTHREAD_IP6_MAX_EXT_UCAST_ADDRS

0 commit comments

Comments
 (0)