File tree 8 files changed +10
-8
lines changed
light-switch-app/cc13x4_26x4/src
lighting-app/cc13x4_26x4/src
pump-app/cc13x4_26x4/main
pump-controller-app/cc13x4_26x4/main
src/app/clusters/icd-management-server
8 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 62
62
#include < ti/drivers/apps/LED.h>
63
63
64
64
#if CHIP_CONFIG_ENABLE_ICD_UAT
65
- #include " app/icd/server/ICDNotifier.h"
65
+ #include " app/icd/server/ICDNotifier.h" // nogncheck
66
66
#endif
67
67
68
68
/* syscfg */
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 56
56
#include < ti/drivers/apps/LED.h>
57
57
58
58
#if CHIP_CONFIG_ENABLE_ICD_UAT
59
- #include " app/icd/server/ICDNotifier.h"
59
+ #include " app/icd/server/ICDNotifier.h" // nogncheck
60
60
#endif
61
61
62
62
/* 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 58
58
#include < ti/drivers/apps/LED.h>
59
59
60
60
#if CHIP_CONFIG_ENABLE_ICD_UAT
61
- #include " app/icd/server/ICDNotifier.h"
61
+ #include " app/icd/server/ICDNotifier.h" // nogncheck
62
62
#endif
63
63
64
64
/* syscfg */
Original file line number Diff line number Diff line change 53
53
#include < ti/drivers/apps/LED.h>
54
54
55
55
#if CHIP_CONFIG_ENABLE_ICD_UAT
56
- #include " app/icd/server/ICDNotifier.h"
56
+ #include " app/icd/server/ICDNotifier.h" // nogncheck
57
57
#endif
58
58
59
59
/* syscfg */
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