changed namespace
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Jakob Meier 2022-06-10 13:56:35 +02:00
parent 772ab430e0
commit a787de531b

View File

@ -23,7 +23,7 @@ class TemperatureSensorsDummy : public ExtendedControllerBase {
private: private:
int iteration = 0; int iteration = 0;
float value = 0; float value = 0;
Max31865Definitions::Max31865Set max31865Set; MAX31865::Max31865Set max31865Set;
void noise(); void noise();
}; };