testArduino/fsfw/thermal/tcsDefinitions.h

9 lines
136 B
C
Raw Normal View History

2021-06-21 15:04:15 +02:00
#ifndef TCSDEFINITIONS_H_
#define TCSDEFINITIONS_H_
static const uint32_t INVALID_TEMPERATURE = 999;
#endif /* TCSDEFINITIONS_H_ */