Clear SHOW_BOOTSCREEN with no LCD

This commit is contained in:
Scott Lahteine 2017-07-06 14:17:54 -05:00
parent 11c589c3ec
commit c6d430670a

View file

@ -307,7 +307,10 @@
#endif
#endif
#ifndef BOOTSCREEN_TIMEOUT
// Boot screens
#if DISABLED(ULTRA_LCD)
#undef SHOW_BOOTSCREEN
#elif !defined(BOOTSCREEN_TIMEOUT)
#define BOOTSCREEN_TIMEOUT 2500
#endif