Skip to content

Commit 2799f8e

Browse files
fabiobaltiericarlescufi
authored andcommitted
include: add "zephyr/" include prefix
Add relevant "zephyr/" prefixes to allow building with LEGACY_INCLUDE_PATH=n. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 3a52ab2 commit 2799f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config/SEGGER_RTT_Conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Revision: $Rev: 21386 $
147147
*/
148148
#if ((defined(__SES_ARM) || defined(__SES_RISCV) || defined(__CROSSWORKS_ARM) || defined(__GNUC__) || defined(__clang__)) && !defined (__CC_ARM) && !defined(WIN32))
149149
#if defined(__ZEPHYR__) && defined (CONFIG_SEGGER_RTT_CUSTOM_LOCKING)
150-
#include <kernel.h>
150+
#include <zephyr/kernel.h>
151151
#ifdef CONFIG_MULTITHREADING
152152
extern struct k_mutex rtt_term_mutex;
153153
#define SEGGER_RTT_LOCK() k_mutex_lock(&rtt_term_mutex, K_FOREVER);

0 commit comments

Comments
 (0)