fsfw/thermal/tcsDefinitions.h
2020-11-30 16:06:59 +01:00

9 lines
133 B
C

#ifndef TCSDEFINITIONS_H_
#define TCSDEFINITIONS_H_
static const float INVALID_TEMPERATURE = 999;
#endif /* TCSDEFINITIONS_H_ */