We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77731d4 commit ea8f76dCopy full SHA for ea8f76d
lib/os/cbprintf_complete.c
@@ -15,7 +15,6 @@
15
#include <stdint.h>
16
#include <string.h>
17
#include <zephyr/toolchain.h>
18
-#include <sys/types.h>
19
#include <zephyr/sys/util.h>
20
#include <zephyr/sys/cbprintf.h>
21
lib/os/printk.c
@@ -22,7 +22,6 @@
22
#include <zephyr/logging/log.h>
23
24
#include <zephyr/llext/symbol.h>
25
26
27
/* Option present only when CONFIG_USERSPACE enabled. */
28
#ifndef CONFIG_PRINTK_BUFFER_SIZE
0 commit comments