We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2909b commit 712cb86Copy full SHA for 712cb86
src/include/platform/CHIPDeviceConfig.h
@@ -28,8 +28,6 @@
28
#include <platform/CHIPDeviceBuildConfig.h>
29
#endif
30
31
-#include <lib/core/CHIPConfig.h>
32
-
33
/* Include a project-specific configuration file, if defined.
34
*
35
* An application or module that incorporates the chip Device Layer can define a project
@@ -41,6 +39,8 @@
41
39
#include CHIP_DEVICE_PROJECT_CONFIG_INCLUDE
42
40
43
+#include <lib/core/CHIPConfig.h>
+
44
/* Include a platform-specific configuration file, if defined.
45
46
* A platform configuration file contains overrides to standard chip Device Layer
0 commit comments