Skip to content

Commit e681010

Browse files
committed
Update config.c
1 parent c80169e commit e681010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#include "globals.h"
2+
#include "system/system.h"
23

34
#include "config.h"
45

5-
#include "system/system.h"
6-
76
#if DT_NODE_HAS_STATUS_OKAY(DT_ALIAS(retainedmemdevice))
87
#define MEMORY_REGION DT_PARENT(DT_ALIAS(retainedmemdevice))
98
#else

0 commit comments

Comments
 (0)