sept-s: redefine a while.

This commit is contained in:
Michael Scire 2019-02-20 14:28:31 -08:00
parent a0acbda9ce
commit d20cd73523

View file

@ -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();