Skip to content

Commit be5ae03

Browse files
committed
samples: cellular: fmfu_smp_svr: Enable CRC in the sample
Enable CONFIG_CRC, which is a dependency for mcumgr UART transport. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 5df6c83 commit be5ae03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/cellular/fmfu_smp_svr/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ CONFIG_MAIN_STACK_SIZE=2048
3232
# Enable the UART mcumgr transports.
3333
CONFIG_MCUMGR_TRANSPORT_UART=y
3434
CONFIG_BASE64=y
35+
CONFIG_CRC=y
3536
CONFIG_UART_MCUMGR_RX_BUF_SIZE=512
3637
CONFIG_MCUMGR_TRANSPORT_NETBUF_SIZE=512
3738

0 commit comments

Comments
 (0)