mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
boot: implement bc24193 driver, part of CheckBatteryCharge
This commit is contained in:
parent
ea90325535
commit
7c36a827da
7 changed files with 468 additions and 1 deletions
|
@ -124,7 +124,7 @@ int main(int argc, char **argv)
|
|||
Boot::ShowSplashScreen();
|
||||
|
||||
/* Check that the battery has enough to boot. */
|
||||
/* TODO: Boot::CheckBatteryCharge(); */
|
||||
Boot::CheckBatteryCharge();
|
||||
|
||||
/* Configure pinmux + drive pads. */
|
||||
Boot::ConfigurePinmux();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue