Skip to content

Commit c7a4292

Browse files
committed
tests: custom_lib: Fix include paths
Align to the new standard that prefixes zephyr/. Signed-off-by: Carles Cufi <[email protected]>
1 parent 0fa90bc commit c7a4292

File tree

1 file changed

+2
-2
lines changed
  • tests/lib/custom_lib/src

1 file changed

+2
-2
lines changed

tests/lib/custom_lib/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* library works correctly.
1212
*/
1313

14-
#include <zephyr.h>
15-
#include <ztest.h>
14+
#include <zephyr/kernel.h>
15+
#include <zephyr/ztest.h>
1616
#include <custom_lib/custom_lib.h>
1717

1818
static void test_get_value(void)

0 commit comments

Comments
 (0)