Commit 4b451307 authored by Andrea Ronco's avatar Andrea Ronco Committed by Fabio Baltieri
Browse files

doc: mgmt: mcumgr: fix typo in fs_mgmt Kconfig



Fixing a typo in FS managment Kconfig docstring

Signed-off-by: default avatarAndrea Ronco <aronco@ethz.ch>
parent 2b821e70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ config MCUMGR_GRP_FS_DL_CHUNK_SIZE_LIMIT
	help
	  By default file chunk, that will be read off storage and fit into
	  MCUmgr frame, is automatically calculated to fit into buffer
	  of size MCUGMR_TRANSPORT_NETBUF_SIZE with all headers.
	  of size MCUMGR_TRANSPORT_NETBUF_SIZE with all headers.
	  Enabling this option allows to set MAXIMUM value that will be
	  allowed for such chunk.
	  Look inside fs_mgmt_config.h for details.