1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/development' into mueller/thermal-update

This commit is contained in:
2020-12-10 16:30:21 +01:00
156 changed files with 6746 additions and 2519 deletions

View File

@ -5,8 +5,6 @@
#include "tcsDefinitions.h"
#include "RedundantHeater.h"
//#include "../datapoolglob/GlobalDataSet.h"
//#include "../datapoolglob/GlobalPoolVariable.h"
#include "../datapoollocal/LocalPoolDataSetBase.h"
#include "../datapoollocal/LocalPoolVariable.h"
#include "../devicehandlers/HealthDevice.h"
@ -78,7 +76,6 @@ protected:
Parameters parameters;
lp_var_t<float> moduleTemperature;
//gp_float_t moduleTemperature;
RedundantHeater *heater = nullptr;