Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/zigbee/stack/zcl/st_custom/zcl_custom_ls_server.c')
-rw-r--r--Middlewares/ST/STM32_WPAN/zigbee/stack/zcl/st_custom/zcl_custom_ls_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Middlewares/ST/STM32_WPAN/zigbee/stack/zcl/st_custom/zcl_custom_ls_server.c b/Middlewares/ST/STM32_WPAN/zigbee/stack/zcl/st_custom/zcl_custom_ls_server.c
index 1eca22c52..903e758bb 100644
--- a/Middlewares/ST/STM32_WPAN/zigbee/stack/zcl/st_custom/zcl_custom_ls_server.c
+++ b/Middlewares/ST/STM32_WPAN/zigbee/stack/zcl/st_custom/zcl_custom_ls_server.c
@@ -37,7 +37,7 @@ ZbZcl_custom_ls_ServerAlloc(struct ZigBeeT *zb, uint8_t endpoint,\
struct zcl_custom_ls_server_cluster_t *clusterPtr;
clusterPtr = ZbZclClusterAlloc(zb, sizeof(struct zcl_custom_ls_server_cluster_t),\
- ZCL_CLUSTER_LS, endpoint, ZCL_DIRECTION_TO_SERVER);
+ ZCL_CLUSTER_CUSTOM_LS, endpoint, ZCL_DIRECTION_TO_SERVER);
if (clusterPtr == NULL) {
return NULL;
}