mgmt: mcumgr: Move wrongly placed header file
Moves a .h file added outside of the zephyr include folder to be within the zephyr include folder. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
e1cb0845b4
commit
50738819f4
|
@ -24,7 +24,7 @@
|
|||
#include <zephyr/mgmt/mcumgr/serial.h>
|
||||
#include <zephyr/mgmt/mcumgr/buf.h>
|
||||
#include <zephyr/mgmt/mcumgr/smp.h>
|
||||
#include <mgmt/mcumgr/smp_dummy.h>
|
||||
#include <zephyr/mgmt/mcumgr/smp_dummy.h>
|
||||
#include "../smp_internal.h"
|
||||
|
||||
BUILD_ASSERT(CONFIG_MCUMGR_SMP_DUMMY_RX_BUF_SIZE != 0,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <zephyr/ztest.h>
|
||||
#include <zephyr/net/buf.h>
|
||||
#include <mgmt/mgmt.h>
|
||||
#include <mgmt/mcumgr/smp_dummy.h>
|
||||
#include <zephyr/mgmt/mcumgr/smp_dummy.h>
|
||||
#include <os_mgmt/os_mgmt.h>
|
||||
|
||||
#define SMP_RESPONSE_WAIT_TIME 3
|
||||
|
|
Loading…
Reference in a new issue