Removed unneeded code.

This commit is contained in:
Martin Preuss
2023-09-20 17:51:02 +02:00
parent 2adefc4b79
commit bf89562d51
10 changed files with 19 additions and 562 deletions

View File

@@ -28,36 +28,20 @@
</setVar>
<setVar name="local/typefiles" >
room.t2d
device.t2d
mqtttopic.t2d
value.t2d
datapoint.t2d
</setVar>
<setVar name="local/built_sources" >
room.c
device.c
mqtttopic.c
value.c
datapoint.c
</setVar>
<setVar name="local/built_headers_pub">
room.h
device.h
mqtttopic.h
value.h
datapoint.h
</setVar>
<setVar name="local/built_headers_priv" >
room_p.h
device_p.h
mqtttopic_p.h
value_p.h
datapoint_p.h
</setVar>