From 185a42b856e7be393be9fd88abdc781f06a53016 Mon Sep 17 00:00:00 2001 From: brdandu Date: Fri, 1 Nov 2024 09:38:19 -0400 Subject: [PATCH] Minor cleanup JIRA: ZAPP-1385 --- test/gen-template/zigbee/zap-config-version-3.zapt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gen-template/zigbee/zap-config-version-3.zapt b/test/gen-template/zigbee/zap-config-version-3.zapt index 71b514f029..27e60f1131 100644 --- a/test/gen-template/zigbee/zap-config-version-3.zapt +++ b/test/gen-template/zigbee/zap-config-version-3.zapt @@ -298,7 +298,7 @@ #define GENERATED_MULTI_PROTOCOL_ATTRIBUTE_MAPPING { {{#all_multi_protocol_attributes}} - { {{clusterCode1}}, {{clusterMfgCode1}}, {{clusterCode2}}, {{clusterMfgCode2}}, {{attributeCode1}}, {{attributeMfgCode1}}, {{as_underlying_atomic_identifier_for_attribute_id attributeRef1}}, {{attributeCode2}}, {{attributeMfgCode2}}, {{as_underlying_atomic_identifier_for_attributeId attributeRef2}} }, + { {{clusterCode1}}, {{clusterMfgCode1}}, {{clusterCode2}}, {{clusterMfgCode2}}, {{attributeCode1}}, {{attributeMfgCode1}}, {{as_underlying_atomic_identifier_for_attribute_id attributeRef1}}, {{attributeCode2}}, {{attributeMfgCode2}}, {{as_underlying_atomic_identifier_for_attribute_id attributeRef2}} }, {{/all_multi_protocol_attributes}} } {{/if_multi_protocol_attributes_enabled}}