mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
boot: Implement initial gpio configuration
This commit is contained in:
parent
e58948a42b
commit
38159bdf9a
11 changed files with 769 additions and 1 deletions
|
@ -107,7 +107,8 @@ int main(int argc, char **argv)
|
|||
/* Change voltage from 3.3v to 1.8v for select devices. */
|
||||
Boot::ChangeGpioVoltageTo1_8v();
|
||||
|
||||
/* TODO: SetInitialGpioConfiguration(); */
|
||||
/* Setup GPIO. */
|
||||
Boot::SetInitialGpioConfiguration();
|
||||
|
||||
/* TODO: CheckClock(); */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue