mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
drivers/fb: Fix a symbol missing CONFIG_
This was a mistake that was preveting the boot logo to stay visible for more time. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
51f77ee111
commit
2b8be4a3da
1 changed files with 1 additions and 1 deletions
|
|
@ -2046,7 +2046,7 @@ int fb_register_device(int display, int plane,
|
|||
nxsched_sleep(SPLASH_SLEEP);
|
||||
}
|
||||
|
||||
# ifdef VIDEO_FB_SPLASHSCREEN_CLR_ON_EXIT
|
||||
# ifdef CONFIG_VIDEO_FB_SPLASHSCREEN_CLR_ON_EXIT
|
||||
ret = fb_splash_fill(&vinfo, &pinfo, 0); /* Fill with black to clear LCD */
|
||||
if (ret < 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue