[Lib] Revert unsupported sampling frequency from NOxGasIndexAlgorithm

This commit is contained in:
Ton Huisman
2023-05-02 22:25:04 +02:00
parent b5ae5c1ae0
commit 1007548403
@@ -37,8 +37,6 @@
class NOxGasIndexAlgorithm : public SensirionGasIndexAlgorithm {
public:
NOxGasIndexAlgorithm() : SensirionGasIndexAlgorithm(ALGORITHM_TYPE_NOX){};
NOxGasIndexAlgorithm(float sampling_interval) // 2023-04-30 tonhuisman: Add second constructor
: SensirionGasIndexAlgorithm(ALGORITHM_TYPE_NOX, sampling_interval){};
};
#endif /* NOXGASINDEXALGORITHM_H */