fusee: hide non-error logs behind splash screen (closes #328)

This commit is contained in:
Michael Scire
2019-01-26 00:50:38 -08:00
parent 3f6325c358
commit 901723621c
4 changed files with 12 additions and 8 deletions

View File

@@ -85,6 +85,6 @@ void display_splash_screen_bmp(const char *custom_splash_path, void *fb_address)
fatal_error("Invalid splash screen format!\n");
}
/* Display the splash screen for three seconds. */
udelay(3000000);
/* Display the splash screen for two and a half seconds. */
udelay(2500000);
}