mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 21:12:38 +02:00
ChargerType -> PsmChargerType
This commit is contained in:
parent
e423a0ab0e
commit
5980937bdf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user