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 2522bb0 commit 57b8b05Copy full SHA for 57b8b05
drivers/console/winstream_console.c
@@ -12,7 +12,7 @@
12
#include <zephyr/devicetree.h>
13
#include <zephyr/cache.h>
14
15
-#ifdef SOC_FAMILY_INTEL_ADSP
+#ifdef CONFIG_SOC_FAMILY_INTEL_ADSP
16
#include <adsp_memory.h>
17
#include <mem_window.h>
18
#endif
@@ -95,7 +95,7 @@ static int winstream_console_init(void)
95
void *buf = NULL;
96
size_t size = 0;
97
98
99
/* These have a SOC-specific "mem_window" device. FIXME: The
100
* type handling is backwards here. We shouldn't be grabbing
101
* an arbitrary DTS alias and assuming it's a mem_window at
0 commit comments