From ff8129f400af079c41f204017b48fbb19d7267d6 Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Mon, 29 Apr 2024 12:46:41 -0400 Subject: [PATCH] Just declare the enum. --- boil_kettle/src/thermoControl/thermoControl.h | 3 --- 1 file changed, 3 deletions(-) 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: