Files
fsfw/src/fsfw/thermal/tcsDefinitions.h
T
2021-07-19 16:25:51 +02:00

9 lines
157 B
C++

#ifndef TCSDEFINITIONS_H_
#define TCSDEFINITIONS_H_
namespace thermal {
static constexpr float INVALID_TEMPERATURE = 999;
}
#endif /* TCSDEFINITIONS_H_ */