1
0
forked from fsfw/fsfw

taken over upstream fixes

This commit is contained in:
2020-12-14 10:44:48 +01:00
parent 692aa087d8
commit f161a94113
4 changed files with 14 additions and 14 deletions

View File

@ -1,8 +1,8 @@
#ifndef TCSDEFINITIONS_H_
#define TCSDEFINITIONS_H_
static const float INVALID_TEMPERATURE = 999;
namespace thermal {
static constexpr float INVALID_TEMPERATURE = 999;
}
#endif /* TCSDEFINITIONS_H_ */