diff --git a/src/Power.cpp b/src/Power.cpp index 8e524369d..5792bee1e 100644 --- a/src/Power.cpp +++ b/src/Power.cpp @@ -424,8 +424,8 @@ class AnalogBatteryLevel : public HasBatteryLevel return getINACurrent() < 0; #endif } -#endif return isBatteryConnect() && isVbusIn(); +#endif #endif }