File tree 4 files changed +6
-4
lines changed
lighting-app/cc13x4_26x4/src
src/app/clusters/icd-management-server
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 57
57
#include < ti/drivers/apps/LED.h>
58
58
59
59
#if CHIP_CONFIG_ENABLE_ICD_UAT
60
- #include " app/icd/server/ICDNotifier.h"
60
+ #include " app/icd/server/ICDNotifier.h" // nogncheck
61
61
#endif
62
62
63
63
/* syscfg */
Original file line number Diff line number Diff line change 98
98
#include < app/clusters/device-energy-management-server/DeviceEnergyManagementTestEventTriggerHandler.h>
99
99
#endif
100
100
#if CHIP_CONFIG_ENABLE_ICD_SERVER
101
- #include < app/icd/server/ICDManager.h>
101
+ #include < app/icd/server/ICDManager.h> // nogncheck
102
102
#endif
103
103
#include < app/TestEventTriggerDelegate.h>
104
104
Original file line number Diff line number Diff line change 25
25
#include < app-common/zap-generated/ids/Clusters.h>
26
26
#include < app/AttributeAccessInterface.h>
27
27
#include < app/AttributeAccessInterfaceRegistry.h>
28
- #include < app/icd/server/ICDNotifier.h>
28
+ #if CHIP_CONFIG_ENABLE_ICD_CIP
29
+ #include < app/icd/server/ICDNotifier.h> // nogncheck
30
+ #endif
29
31
#include < app/server/Server.h>
30
32
#include < app/util/attribute-storage.h>
31
33
Original file line number Diff line number Diff line change 30
30
31
31
#if CHIP_CONFIG_ENABLE_ICD_CIP
32
32
#include < app/ConcreteAttributePath.h>
33
- #include < app/icd/server/ICDMonitoringTable.h>
33
+ #include < app/icd/server/ICDMonitoringTable.h> // nogncheck
34
34
#include < lib/core/CHIPPersistentStorageDelegate.h>
35
35
#endif // CHIP_CONFIG_ENABLE_ICD_CIP
36
36
You can’t perform that action at this time.
0 commit comments