1
0
forked from fsfw/fsfw

and now it compiles

This commit is contained in:
2020-12-12 00:01:36 +01:00
parent 101babd863
commit d0d6247753
7 changed files with 15 additions and 17 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_ */