mirror of
https://github.com/apache/nuttx.git
synced 2026-05-09 23:12:17 +08: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:
committed by
Alan C. Assis
parent
51f77ee111
commit
2b8be4a3da
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user