Change script for apply upstream code
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / attribute-size.zapt
1 {{chip_header}}
2
3 // Prevent multiple inclusion
4 #pragma once
5
6 // ZCL attribute sizes
7 {{#zcl_atomics}}
8 {{#if size}}
9 {{ident}}ZCL_{{asDelimitedMacro name}}_ATTRIBUTE_TYPE, {{size}}, \
10 {{/if}}
11 {{/zcl_atomics}}