Skip to content

Commit 0354773

Browse files
committed
Fix include order
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent df2909b commit 0354773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/platform/CHIPDeviceConfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#include <platform/CHIPDeviceBuildConfig.h>
2929
#endif
3030

31-
#include <lib/core/CHIPConfig.h>
32-
3331
/* Include a project-specific configuration file, if defined.
3432
*
3533
* An application or module that incorporates the chip Device Layer can define a project
@@ -53,6 +51,8 @@
5351
#include CHIP_DEVICE_PLATFORM_CONFIG_INCLUDE
5452
#endif
5553

54+
#include <lib/core/CHIPConfig.h>
55+
5656
// -------------------- General Configuration --------------------
5757

5858
/**

0 commit comments

Comments
 (0)