clang-format
This commit is contained in:
parent
89f7d72e51
commit
b9c5c0dc45
1 changed files with 6 additions and 5 deletions
|
|
@ -30,7 +30,8 @@ void prst_zcl_soil_moisture_init_client(void);
|
|||
ZB_ZCL_ATTR_TYPE_U16, \
|
||||
ZB_ZCL_ATTR_ACCESS_READ_ONLY | ZB_ZCL_ATTR_ACCESS_REPORTING, \
|
||||
(ZB_ZCL_NON_MANUFACTURER_SPECIFIC), \
|
||||
(void*)data_ptr}
|
||||
(void*)data_ptr \
|
||||
}
|
||||
|
||||
#define PRST_ZB_ZCL_DECLARE_SOIL_MOISTURE_ATTRIB_LIST(attr_list, value) \
|
||||
ZB_ZCL_START_DECLARE_ATTRIB_LIST_CLUSTER_REVISION(attr_list, PRST_ZB_ZCL_SOIL_MOISTURE) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue