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.occupancy.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.occupancy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.occupancy.h b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.occupancy.h
index ac0ba0970..615d01da1 100644
--- a/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.occupancy.h
+++ b/Middlewares/ST/STM32_WPAN/zigbee/stack/include/zcl/zcl.occupancy.h
@@ -57,7 +57,7 @@ enum ZbZclOccupancySvrAttrT {
#define OCC_SENSOR_ULTRASONIC 0x01
#define OCC_SENSOR_PIR_ULTRASONIC 0x02
-struct ZbZclClusterT * ZbZclOccupancyClientAlloc(struct ZigBeeT *zb, uint8_t ept);
-struct ZbZclClusterT * ZbZclOccupancyServerAlloc(struct ZigBeeT *zb, uint8_t ept);
+struct ZbZclClusterT * ZbZclOccupancyClientAlloc(struct ZigBeeT *zb, uint8_t endpoint);
+struct ZbZclClusterT * ZbZclOccupancyServerAlloc(struct ZigBeeT *zb, uint8_t endpoint);
#endif /* ZCL_OCCUP_H */