This commit is contained in:
J. Nick Koston 2023-06-09 17:38:52 -05:00
parent 2ea0a843fb
commit d92e09f808
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace ratgdo {
void on_openings_change(uint32_t openings) override; void on_openings_change(uint32_t openings) override;
protected: protected:
SensorType sensor_type_; RATGDOSensorType sensor_type_;
}; };
} // namespace ratgdo } // namespace ratgdo