From 92c501733ccf492c96146bcaf1804c9c2a629087 Mon Sep 17 00:00:00 2001 From: Ben Kallus Date: Tue, 6 Jul 2021 23:05:50 -0400 Subject: [PATCH] ChargerType -> PsmChargerType --- power/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/source/main.c b/power/source/main.c index 55e0272..7200d3b 100644 --- a/power/source/main.c +++ b/power/source/main.c @@ -38,7 +38,7 @@ int main(int argc, char **argv) double rawCharge; double age; bool isEnoughPower; - ChargerType type; + PsmChargerType type; printf("\x1b[1;1H\x1b[K"); rc = psmGetBatteryChargePercentage(&charge);