Skip to content

Commit af7ec8a

Browse files
gmarullcarlescufi
authored andcommitted
app: use <kernel.h> include
<zephyr.h> is a proxy to <kernel.h> in practice, so let's use <kernel.h> instead. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent dfc6b88 commit af7ec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
#include <zephyr.h>
6+
#include <kernel.h>
77
#include <drivers/sensor.h>
88

99
#include "app_version.h"

0 commit comments

Comments
 (0)