Adding Code for freeRTOS

This commit is contained in:
2018-07-13 15:56:37 +02:00
parent d1bc3a71a1
commit db1f93a155
37 changed files with 1332 additions and 73 deletions

View File

@ -18,8 +18,7 @@ public:
NON_OPERATIONAL = 0, OPERATIONAL = 1, UNKNOWN = 2
};
//TODO, modern gcc complains about const
static const float INVALID_TEMPERATURE = 999;
static constexpr float INVALID_TEMPERATURE = 999;
virtual ~ThermalModuleIF() {