Merge pull request #17880 from litdeviant/master

Fix UpdatePowerInfo method implementation in PowerIphone class
This commit is contained in:
Rémi Verschelde
2018-04-03 11:05:49 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@
#include "power_iphone.h"
bool OS::PowerState::UpdatePowerInfo() {
bool PowerIphone::UpdatePowerInfo() {
return false;
}