some dumb warning remaining
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-11-25 10:47:23 +01:00
parent 35cd18240c
commit e223a6eac0
4 changed files with 20 additions and 4 deletions

View File

@ -5,7 +5,7 @@
class TemperatureSensorInserter : public ExecutableObjectIF, public SystemObject {
public:
TemperatureSensorInserter(object_id_t objectId);
explicit TemperatureSensorInserter(object_id_t objectId);
ReturnValue_t initialize() override;
@ -18,5 +18,5 @@ class TemperatureSensorInserter : public ExecutableObjectIF, public SystemObject
MAX31865::PrimarySet max31865PlocHeatspreaderSet;
MAX31865::PrimarySet max31865PlocMissionboardSet;
void noise();
// void noise();
};