Commit adbbb025 authored by Jamie McCrae's avatar Jamie McCrae Committed by Carles Cufi
Browse files

mgmt: mcumgr: Fix include typo



Fixes a typo in an include statement which causes a build failure.

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 090572c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

#include <inttypes.h>
#include <zephyr/sys/slist.h>
#include <zephyr/mgmg/mcumgr/mgmt/mgmt.h>
#include <zephyr/mgmt/mcumgr/mgmt/mgmt.h>

#ifdef CONFIG_MCUMGR_CMD_FS_MGMT
#include <zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_callbacks.h>