Files
fsfw/thermal/tcsDefinitions.h
T

9 lines
133 B
C
Raw Normal View History

2018-07-12 16:29:32 +02:00
#ifndef TCSDEFINITIONS_H_
#define TCSDEFINITIONS_H_
2020-12-03 18:32:32 +01:00
static const float INVALID_TEMPERATURE = 999;
2018-07-12 16:29:32 +02:00
#endif /* TCSDEFINITIONS_H_ */