Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / templates / app / attribute-type.zapt
1 {{> header}}
2
3 // Prevent multiple inclusion
4 #pragma once
5
6 // ZCL attribute types
7 enum {
8 {{#zcl_atomics}}
9 {{ident}}ZCL_{{asDelimitedMacro name}}_ATTRIBUTE_TYPE = {{asHex atomicId 2}}, // {{description}}
10 {{/zcl_atomics}}
11 };