mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
sept-s: redefine a while.
This commit is contained in:
parent
a0acbda9ce
commit
d20cd73523
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ int main(void) {
|
||||||
g_chainloader_argc = 2;
|
g_chainloader_argc = 2;
|
||||||
|
|
||||||
/* Wait a while. */
|
/* Wait a while. */
|
||||||
mdelay(1000);
|
mdelay(1500);
|
||||||
|
|
||||||
/* Deinitialize the display, console, etc. */
|
/* Deinitialize the display, console, etc. */
|
||||||
cleanup_env();
|
cleanup_env();
|
||||||
|
|
Loading…
Reference in a new issue