mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-12 23:16:40 +00:00
exo2: fix typo bug
This commit is contained in:
parent
3d6baf96a3
commit
1fdd83628e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace ams::secmon::smc {
|
||||||
/* Wait until nothing is being powergated. */
|
/* Wait until nothing is being powergated. */
|
||||||
int timeout = 5000;
|
int timeout = 5000;
|
||||||
while (true) {
|
while (true) {
|
||||||
if (reg::HasValue(APBDEV_PMC_PWRGATE_TOGGLE, PMC_REG_BITS_ENUM(PWRGATE_TOGGLE_START, DISABLE))) {
|
if (reg::HasValue(PMC + APBDEV_PMC_PWRGATE_TOGGLE, PMC_REG_BITS_ENUM(PWRGATE_TOGGLE_START, DISABLE))) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue