samples/nrf/onoff_level_light: Convert to new MCUmgr header paths
Header paths changed. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
b3833cf2bc
commit
31d4a2e7bd
2 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "transition.h"
|
||||
|
||||
#if defined(CONFIG_MCUMGR)
|
||||
#include <zephyr/mgmt/mcumgr/smp_bt.h>
|
||||
#include <zephyr/mgmt/mcumgr/transport/smp_bt.h>
|
||||
#include "smp_svr.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -12,16 +12,16 @@
|
|||
#include <zephyr/kernel.h>
|
||||
|
||||
#ifdef CONFIG_MCUMGR_CMD_FS_MGMT
|
||||
#include "fs_mgmt/fs_mgmt.h"
|
||||
#include <zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt.h>
|
||||
#endif
|
||||
#ifdef CONFIG_MCUMGR_CMD_IMG_MGMT
|
||||
#include "img_mgmt/img_mgmt.h"
|
||||
#include <zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h>
|
||||
#endif
|
||||
#ifdef CONFIG_MCUMGR_CMD_OS_MGMT
|
||||
#include "os_mgmt/os_mgmt.h"
|
||||
#include <zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt.h>
|
||||
#endif
|
||||
#ifdef CONFIG_MCUMGR_CMD_STAT_MGMT
|
||||
#include "stat_mgmt/stat_mgmt.h"
|
||||
#include <zephyr/mgmt/mcumgr/grp/stat_mgmt/stat_mgmt.h>
|
||||
#endif
|
||||
|
||||
/* Define an example stats group; approximates seconds since boot. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue