diff --git a/Battery/WatchyBattery.h b/Battery/WatchyBattery.h index 5fe1065..dfa23a0 100644 --- a/Battery/WatchyBattery.h +++ b/Battery/WatchyBattery.h @@ -10,6 +10,6 @@ class WatchyBatt { else if (RTC.rtcType == PCF8563) return analogRead(35); return 0.0; - } + }; } #endif