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:
Jamie McCrae 2022-09-20 11:04:18 +01:00 committed by Carles Cufí
parent e1cb0845b4
commit 50738819f4
3 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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