The safe_delay() is now globaly accessible
This commit is contained in:
parent
9a00108cb6
commit
a8758619ec
4 changed files with 36 additions and 10 deletions
|
|
@ -946,7 +946,7 @@ void setup() {
|
|||
lcd_init();
|
||||
#if ENABLED(SHOW_BOOTSCREEN)
|
||||
#if ENABLED(DOGLCD)
|
||||
delay(BOOTSCREEN_TIMEOUT);
|
||||
safe_delay(BOOTSCREEN_TIMEOUT);
|
||||
#elif ENABLED(ULTRA_LCD)
|
||||
bootscreen();
|
||||
lcd_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue