Skip to content

Commit 5d52e10

Browse files
sam-goliothnashif
authored andcommitted
net: coap_client: remove lwm2m from blocksize kconfig option
The block-wise transfer block size is not specific to LWM2M. Signed-off-by: Sam Friedman <sam@golioth.io>
1 parent 3ea2951 commit 5d52e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/lib/coap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ config COAP_CLIENT_THREAD_PRIORITY
116116
Priority of receive thread of the CoAP client.
117117

118118
config COAP_CLIENT_BLOCK_SIZE
119-
int "LWM2M CoAP block-wise transfer size"
119+
int "CoAP block-wise transfer block size"
120120
default 256
121121
range 64 1024
122122
help

0 commit comments

Comments
 (0)