mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +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;
|
||||
|
||||
/* Wait a while. */
|
||||
mdelay(1000);
|
||||
mdelay(1500);
|
||||
|
||||
/* Deinitialize the display, console, etc. */
|
||||
cleanup_env();
|
||||
|
|
Loading…
Reference in a new issue