fsfw/src/fsfw/thermal/tcsDefinitions.h

9 lines
157 B
C++

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