diff --git a/boil_kettle/src/thermoControl/thermoControl.h b/boil_kettle/src/thermoControl/thermoControl.h index 6bf6ebc..3562e57 100644 --- a/boil_kettle/src/thermoControl/thermoControl.h +++ b/boil_kettle/src/thermoControl/thermoControl.h @@ -3,10 +3,7 @@ #include -#ifndef enum modes enum modes : uint8_t {OFF, AUTOMATIC, MANUAL, OVERFLOW}; -#endif - class thermoControl { private: