Remote coding, forgot the ;.

This commit is contained in:
GuruSR 2021-11-29 15:05:24 -05:00 committed by GitHub
parent 40eeab37b9
commit 92d162c8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,6 @@ class WatchyBatt {
else if (RTC.rtcType == PCF8563)
return analogRead(35);
return 0.0;
}
};
}
#endif