From 9a584713e9d83a8bcb4296f513891c13be057a7d Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 27 Jun 2024 12:37:02 +0200 Subject: [PATCH] Changed declaration: void sys_getDynMachineConditions(void *data) const override; --- include/hwapi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/hwapi.h b/include/hwapi.h index ea64981..e418ab6 100644 --- a/include/hwapi.h +++ b/include/hwapi.h @@ -1033,8 +1033,7 @@ public: void sys_getDeviceConditions(struct T_moduleCondition *devCond) const override; - void sys_getDynMachineConditions(uint8_t *leng, uint8_t *data) const override; - + void sys_getDynMachineConditions(void *data) const override; void sys_getDynMachineConditions(struct T_dynamicCondition *dynMachCond) const override;