HVAC_M7_DataRuntime/DataRuntime.h

17 lines
288 B
C

//
// Created by CFIF on 10.10.25.
//
#ifndef HVAC_DEVICEDATARUNTIME_H
#define HVAC_DEVICEDATARUNTIME_H
#include <BaseTypes.h>
#include <stdbool.h>
typedef struct {
} tDeviceDataRuntime;
void DeviceDataRuntime_InitDefaults(tDeviceDataRuntime *env);
#endif //HVAC_DEVICEDATARUNTIME_H