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