samples: subsys: mgmt: smp_svr: enable FS commands

During the last refactoring of the sample, CONFIG_MCUMGR_CMD_FS_MGMT
was mistakenly set to n instead of y for the bluetooth transport.

Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>
This commit is contained in:
Mikkel Jakobsen 2020-04-17 11:51:54 +02:00 committed by Ioannis Glaropoulos
parent 475bc0c962
commit 90f005bc2f

View File

@ -12,4 +12,4 @@ CONFIG_FILE_SYSTEM=y
CONFIG_FILE_SYSTEM_LITTLEFS=y
# Enable file system commands
CONFIG_MCUMGR_CMD_FS_MGMT=n
CONFIG_MCUMGR_CMD_FS_MGMT=y