some dumb warning remaining
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user