Skip to content

Commit 4695b14

Browse files
committed
Resolve merge conflict in endpoint_config.h
Signed-off-by: Oliver Fan <oliver.fan@nxp.com>
1 parent 1ba22e7 commit 4695b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/endpoint_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4200,7 +4200,7 @@
42004200
// This is an array of EmberAfEndpointType structures.
42014201
#define GENERATED_ENDPOINT_TYPES \
42024202
{ \
4203-
{ ZAP_CLUSTER_INDEX(0), 29, 349 }, { ZAP_CLUSTER_INDEX(29), 74, 3521 }, { ZAP_CLUSTER_INDEX(103), 7, 126 }, \
4203+
{ ZAP_CLUSTER_INDEX(0), 29, 349 }, { ZAP_CLUSTER_INDEX(29), 74, 3517 }, { ZAP_CLUSTER_INDEX(103), 7, 122 }, \
42044204
{ ZAP_CLUSTER_INDEX(110), 2, 0 }, \
42054205
}
42064206

@@ -4213,7 +4213,7 @@ static_assert(ATTRIBUTE_LARGEST <= CHIP_CONFIG_MAX_ATTRIBUTE_STORE_ELEMENT_SIZE,
42134213
#define ATTRIBUTE_SINGLETONS_SIZE (36)
42144214

42154215
// Total size of attribute storage
4216-
#define ATTRIBUTE_MAX_SIZE (3996)
4216+
#define ATTRIBUTE_MAX_SIZE (3988)
42174217

42184218
// Number of fixed endpoints
42194219
#define FIXED_ENDPOINT_COUNT (4)

0 commit comments

Comments
 (0)