fsfw/thermal/tcsDefinitions.h
2020-12-03 18:32:32 +01:00

9 lines
133 B
C

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