Skip to content

Commit

Permalink
tests: migrate includes to <zephyr/...>
Browse files Browse the repository at this point in the history
In order to bring consistency in-tree, migrate all tests to the new
prefix <zephyr/...>. Note that the conversion has been scripted, refer
to zephyrproject-rtos/zephyr#45388 for more details.

issues: #60

Signed-off-by: Stephan Linz <linz@li-pro.net>
  • Loading branch information
rexut committed Feb 27, 2023
1 parent 1c05a3a commit 12c8a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bridle/common/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/


#include <ztest.h>
#include <zephyr/ztest.h>
#include <bridle_version.h>
#include "version.h"

Expand Down

0 comments on commit 12c8a90

Please sign in to comment.