fsfw/thermal/tcsDefinitions.h
Ulrich Mohr 575f70ba03 updating code from Flying Laptop
This is the framework of Flying Laptop OBSW version A.13.0.
2018-07-12 16:29:32 +02:00

9 lines
136 B
C

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