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/include/zcl/zcl.nearest.gw.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.nearest.gw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.nearest.gw.h b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.nearest.gw.h
index f345e63d1..a09416ce6 100644
--- a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.nearest.gw.h
+++ b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.nearest.gw.h
@@ -27,7 +27,7 @@ enum ZbZclNearestGwServerAttrT {
/**
* Instantiate a new instance of the Nearest Gateway client cluster
* @param zb Zigbee stack instance
- * @param endpoint APS endpoint on which to create cluster
+ * @param endpoint Endpoint on which to create cluster
* @return Cluster pointer, or NULL if there is an error
*/
struct ZbZclClusterT * ZbZclNearestGwClientAlloc(struct ZigBeeT *zb, uint8_t endpoint);
@@ -35,7 +35,7 @@ struct ZbZclClusterT * ZbZclNearestGwClientAlloc(struct ZigBeeT *zb, uint8_t end
/**
* Instantiate a new instance of the Nearest Gateway server cluster
* @param zb Zigbee stack instance
- * @param endpoint APS endpoint on which to create cluster
+ * @param endpoint Endpoint on which to create cluster
* @return Cluster pointer, or NULL if there is an error
*/
struct ZbZclClusterT * ZbZclNearestGwServerAlloc(struct ZigBeeT *zb, uint8_t endpoint);