Fix prst_zb_attrs.c format
This commit is contained in:
parent
06627ff85d
commit
c567408861
1 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ void prst_zb_attrs_init(struct zb_device_ctx *dev_ctx) {
|
|||
ZB_ZCL_STRING_CONST_SIZE(CONFIG_PRST_ZB_MODEL_ID));
|
||||
|
||||
ZB_ZCL_SET_STRING_VAL(
|
||||
dev_ctx->basic_attr.date_code,
|
||||
CONFIG_PRST_ZB_BUILD_DATE,
|
||||
ZB_ZCL_STRING_CONST_SIZE(CONFIG_PRST_ZB_BUILD_DATE));
|
||||
dev_ctx->basic_attr.date_code,
|
||||
CONFIG_PRST_ZB_BUILD_DATE,
|
||||
ZB_ZCL_STRING_CONST_SIZE(CONFIG_PRST_ZB_BUILD_DATE));
|
||||
|
||||
dev_ctx->basic_attr.hw_version = CONFIG_PRST_ZB_HARDWARE_VERSION;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue