Skip to content

Commit 6c261f2

Browse files
gmarullnashif
authored andcommitted
samples: hello_world: remove redundant header
<zephyr.h> ends up pulling <sys/printk.h> via <kernel_includes.h>, so simplify the sample. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 3efc73f commit 6c261f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/hello_world/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
#include <zephyr.h>
8-
#include <sys/printk.h>
98

109
void main(void)
1110
{

0 commit comments

Comments
 (0)