happy mac build

This commit is contained in:
Matthew Kennedy 2023-11-15 20:33:55 -08:00
parent 50f8e1f2bb
commit 420e9e5ef7
1 changed files with 3 additions and 0 deletions

View File

@ -34,7 +34,10 @@ private:
float nernstAc = 0;
float nernstDc = 0;
float pumpCurrentSenseVoltage = 0;
#ifdef BATTERY_INPUT_DIVIDER
float internalBatteryVoltage = 0;
#endif
Timer m_startupTimer;
};