Skip to content

Commit 5073881

Browse files
nordicjmcarlescufi
authored andcommitted
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 <[email protected]>
1 parent e1cb084 commit 5073881

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

subsys/mgmt/mcumgr/transport/smp_dummy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <zephyr/mgmt/mcumgr/serial.h>
2525
#include <zephyr/mgmt/mcumgr/buf.h>
2626
#include <zephyr/mgmt/mcumgr/smp.h>
27-
#include <mgmt/mcumgr/smp_dummy.h>
27+
#include <zephyr/mgmt/mcumgr/smp_dummy.h>
2828
#include "../smp_internal.h"
2929

3030
BUILD_ASSERT(CONFIG_MCUMGR_SMP_DUMMY_RX_BUF_SIZE != 0,

tests/subsys/mgmt/mcumgr/os_mgmt_echo/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <zephyr/ztest.h>
88
#include <zephyr/net/buf.h>
99
#include <mgmt/mgmt.h>
10-
#include <mgmt/mcumgr/smp_dummy.h>
10+
#include <zephyr/mgmt/mcumgr/smp_dummy.h>
1111
#include <os_mgmt/os_mgmt.h>
1212

1313
#define SMP_RESPONSE_WAIT_TIME 3

0 commit comments

Comments
 (0)