We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80169e commit e681010Copy full SHA for e681010
src/config.c
@@ -1,9 +1,8 @@
1
#include "globals.h"
2
+#include "system/system.h"
3
4
#include "config.h"
5
-#include "system/system.h"
6
-
7
#if DT_NODE_HAS_STATUS_OKAY(DT_ALIAS(retainedmemdevice))
8
#define MEMORY_REGION DT_PARENT(DT_ALIAS(retainedmemdevice))
9
#else
0 commit comments