Skip to content

Commit 712cb86

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

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
@@ -41,6 +39,8 @@
4139
#include CHIP_DEVICE_PROJECT_CONFIG_INCLUDE
4240
#endif
4341

42+
#include <lib/core/CHIPConfig.h>
43+
4444
/* Include a platform-specific configuration file, if defined.
4545
*
4646
* A platform configuration file contains overrides to standard chip Device Layer

0 commit comments

Comments
 (0)